Interface BusinessMessageCallToActionInfoOrBuilder

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

public interface BusinessMessageCallToActionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCallToActionSelectionValue

      int getCallToActionSelectionValue()
       Required. Pre-defined call to action text.
       
      .google.ads.googleads.v21.enums.BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType call_to_action_selection = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for callToActionSelection.
    • getCallToActionSelection

       Required. Pre-defined call to action text.
       
      .google.ads.googleads.v21.enums.BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType call_to_action_selection = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The callToActionSelection.
    • getCallToActionDescription

      String getCallToActionDescription()
       Required. Text providing a clear value proposition of what users expect
       once they take the action. Examples: 'Message us for a quote', 'Ask our
       expert team'.
       
      string call_to_action_description = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The callToActionDescription.
    • getCallToActionDescriptionBytes

      com.google.protobuf.ByteString getCallToActionDescriptionBytes()
       Required. Text providing a clear value proposition of what users expect
       once they take the action. Examples: 'Message us for a quote', 'Ask our
       expert team'.
       
      string call_to_action_description = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for callToActionDescription.