Interface CallFeedItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CallFeedItem,CallFeedItem.Builder
public interface CallFeedItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCallConversionAction()The conversion action to attribute a call conversion to.com.google.protobuf.ByteStringgetCallConversionActionBytes()The conversion action to attribute a call conversion to.CallConversionReportingStateEnum.CallConversionReportingStategetCallConversionReportingState()Enum value that indicates whether this call extension uses its own call conversion setting (or just have call conversion disabled), or following the account level setting.intgetCallConversionReportingStateValue()Enum value that indicates whether this call extension uses its own call conversion setting (or just have call conversion disabled), or following the account level setting.booleangetCallConversionTrackingDisabled()If true, disable call conversion tracking.booleangetCallTrackingEnabled()Indicates whether call tracking is enabled.java.lang.StringgetCountryCode()Uppercase two-letter country code of the advertiser's phone number.com.google.protobuf.ByteStringgetCountryCodeBytes()Uppercase two-letter country code of the advertiser's phone number.java.lang.StringgetPhoneNumber()The advertiser's phone number to append to the ad.com.google.protobuf.ByteStringgetPhoneNumberBytes()The advertiser's phone number to append to the ad.booleanhasCallConversionAction()The conversion action to attribute a call conversion to.booleanhasCallConversionTrackingDisabled()If true, disable call conversion tracking.booleanhasCallTrackingEnabled()Indicates whether call tracking is enabled.booleanhasCountryCode()Uppercase two-letter country code of the advertiser's phone number.booleanhasPhoneNumber()The advertiser's phone number to append to the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPhoneNumber
boolean hasPhoneNumber()
The advertiser's phone number to append to the ad. This string must not be empty.
optional string phone_number = 7;- Returns:
- Whether the phoneNumber field is set.
-
getPhoneNumber
java.lang.String getPhoneNumber()
The advertiser's phone number to append to the ad. This string must not be empty.
optional string phone_number = 7;- Returns:
- The phoneNumber.
-
getPhoneNumberBytes
com.google.protobuf.ByteString getPhoneNumberBytes()
The advertiser's phone number to append to the ad. This string must not be empty.
optional string phone_number = 7;- Returns:
- The bytes for phoneNumber.
-
hasCountryCode
boolean hasCountryCode()
Uppercase two-letter country code of the advertiser's phone number. This string must not be empty.
optional string country_code = 8;- Returns:
- Whether the countryCode field is set.
-
getCountryCode
java.lang.String getCountryCode()
Uppercase two-letter country code of the advertiser's phone number. This string must not be empty.
optional string country_code = 8;- Returns:
- The countryCode.
-
getCountryCodeBytes
com.google.protobuf.ByteString getCountryCodeBytes()
Uppercase two-letter country code of the advertiser's phone number. This string must not be empty.
optional string country_code = 8;- Returns:
- The bytes for countryCode.
-
hasCallTrackingEnabled
boolean hasCallTrackingEnabled()
Indicates whether call tracking is enabled. By default, call tracking is not enabled.
optional bool call_tracking_enabled = 9;- Returns:
- Whether the callTrackingEnabled field is set.
-
getCallTrackingEnabled
boolean getCallTrackingEnabled()
Indicates whether call tracking is enabled. By default, call tracking is not enabled.
optional bool call_tracking_enabled = 9;- Returns:
- The callTrackingEnabled.
-
hasCallConversionAction
boolean hasCallConversionAction()
The conversion action to attribute a call conversion to. If not set a default conversion action is used. This field only has effect if call_tracking_enabled is set to true. Otherwise this field is ignored.
optional string call_conversion_action = 10;- Returns:
- Whether the callConversionAction field is set.
-
getCallConversionAction
java.lang.String getCallConversionAction()
The conversion action to attribute a call conversion to. If not set a default conversion action is used. This field only has effect if call_tracking_enabled is set to true. Otherwise this field is ignored.
optional string call_conversion_action = 10;- Returns:
- The callConversionAction.
-
getCallConversionActionBytes
com.google.protobuf.ByteString getCallConversionActionBytes()
The conversion action to attribute a call conversion to. If not set a default conversion action is used. This field only has effect if call_tracking_enabled is set to true. Otherwise this field is ignored.
optional string call_conversion_action = 10;- Returns:
- The bytes for callConversionAction.
-
hasCallConversionTrackingDisabled
boolean hasCallConversionTrackingDisabled()
If true, disable call conversion tracking. call_conversion_action should not be set if this is true. Optional.
optional bool call_conversion_tracking_disabled = 11;- Returns:
- Whether the callConversionTrackingDisabled field is set.
-
getCallConversionTrackingDisabled
boolean getCallConversionTrackingDisabled()
If true, disable call conversion tracking. call_conversion_action should not be set if this is true. Optional.
optional bool call_conversion_tracking_disabled = 11;- Returns:
- The callConversionTrackingDisabled.
-
getCallConversionReportingStateValue
int getCallConversionReportingStateValue()
Enum value that indicates whether this call extension uses its own call conversion setting (or just have call conversion disabled), or following the account level setting.
.google.ads.googleads.v10.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 6;- Returns:
- The enum numeric value on the wire for callConversionReportingState.
-
getCallConversionReportingState
CallConversionReportingStateEnum.CallConversionReportingState getCallConversionReportingState()
Enum value that indicates whether this call extension uses its own call conversion setting (or just have call conversion disabled), or following the account level setting.
.google.ads.googleads.v10.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 6;- Returns:
- The callConversionReportingState.
-
-