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

    Modifier and Type
    Method
    Description
    The conversion action to attribute a call conversion to.
    com.google.protobuf.ByteString
    The conversion action to attribute a call conversion to.
    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.
    int
    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.
    boolean
    If true, disable call conversion tracking.
    boolean
    Indicates whether call tracking is enabled.
    Uppercase two-letter country code of the advertiser's phone number.
    com.google.protobuf.ByteString
    Uppercase two-letter country code of the advertiser's phone number.
    The advertiser's phone number to append to the ad.
    com.google.protobuf.ByteString
    The advertiser's phone number to append to the ad.
    boolean
    The conversion action to attribute a call conversion to.
    boolean
    If true, disable call conversion tracking.
    boolean
    Indicates whether call tracking is enabled.
    boolean
    Uppercase two-letter country code of the advertiser's phone number.
    boolean
    The advertiser's phone number to append to the ad.

    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 Details

    • 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

      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

      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

      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.v18.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 6;
      Returns:
      The enum numeric value on the wire for 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.v18.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 6;
      Returns:
      The callConversionReportingState.