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.StringgetCallConversionAction()Customer-level call conversion action to attribute a call conversion to.com.google.protobuf.ByteStringgetCallConversionActionBytes()Customer-level call conversion action to attribute a call conversion to.booleangetCallConversionReportingEnabled()Whether to enable call conversion reporting.booleangetCallReportingEnabled()Enable reporting of phone call events by redirecting them via Google System.booleanhasCallConversionAction()Customer-level call conversion action to attribute a call conversion to.booleanhasCallConversionReportingEnabled()Whether to enable call conversion reporting.booleanhasCallReportingEnabled()Enable reporting of phone call events by redirecting them via Google System.-
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 via 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 via 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.
-
-