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
Modifier and TypeMethodDescriptionCustomer-level call conversion action to attribute a call conversion to.com.google.protobuf.ByteStringCustomer-level call conversion action to attribute a call conversion to.booleanWhether to enable call conversion reporting.booleanEnable reporting of phone call events by redirecting them through Google System.booleanCustomer-level call conversion action to attribute a call conversion to.booleanWhether to enable call conversion reporting.booleanEnable reporting of phone call events by redirecting them through Google System.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-