Interface CallReportingSettingOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CallReportingSetting, CallReportingSetting.Builder

    public interface CallReportingSettingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCallConversionAction()
      Customer-level call conversion action to attribute a call conversion to.
      com.google.protobuf.ByteString getCallConversionActionBytes()
      Customer-level call conversion action to attribute a call conversion to.
      boolean getCallConversionReportingEnabled()
      Whether to enable call conversion reporting.
      boolean getCallReportingEnabled()
      Enable reporting of phone call events by redirecting them through Google System.
      boolean hasCallConversionAction()
      Customer-level call conversion action to attribute a call conversion to.
      boolean hasCallConversionReportingEnabled()
      Whether to enable call conversion reporting.
      boolean hasCallReportingEnabled()
      Enable reporting of phone call events by redirecting them through Google System.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCallReportingEnabled

        boolean hasCallReportingEnabled()
         Enable reporting of phone call events by redirecting them through Google
         System.
         
        optional bool call_reporting_enabled = 10;
        Returns:
        Whether the callReportingEnabled field is set.
      • getCallReportingEnabled

        boolean getCallReportingEnabled()
         Enable reporting of phone call events by redirecting them through Google
         System.
         
        optional bool call_reporting_enabled = 10;
        Returns:
        The callReportingEnabled.
      • hasCallConversionReportingEnabled

        boolean hasCallConversionReportingEnabled()
         Whether to enable call conversion reporting.
         
        optional bool call_conversion_reporting_enabled = 11;
        Returns:
        Whether the callConversionReportingEnabled field is set.
      • getCallConversionReportingEnabled

        boolean getCallConversionReportingEnabled()
         Whether to enable call conversion reporting.
         
        optional bool call_conversion_reporting_enabled = 11;
        Returns:
        The callConversionReportingEnabled.
      • hasCallConversionAction

        boolean hasCallConversionAction()
         Customer-level call conversion action to attribute a call conversion to.
         If not set a default conversion action is used. Only in effect when
         call_conversion_reporting_enabled is set to true.
         
        optional string call_conversion_action = 12 [(.google.api.resource_reference) = { ... }
        Returns:
        Whether the callConversionAction field is set.
      • getCallConversionAction

        java.lang.String getCallConversionAction()
         Customer-level call conversion action to attribute a call conversion to.
         If not set a default conversion action is used. Only in effect when
         call_conversion_reporting_enabled is set to true.
         
        optional string call_conversion_action = 12 [(.google.api.resource_reference) = { ... }
        Returns:
        The callConversionAction.
      • getCallConversionActionBytes

        com.google.protobuf.ByteString getCallConversionActionBytes()
         Customer-level call conversion action to attribute a call conversion to.
         If not set a default conversion action is used. Only in effect when
         call_conversion_reporting_enabled is set to true.
         
        optional string call_conversion_action = 12 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for callConversionAction.