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 Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.intRequired.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
-
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
BusinessMessageCallToActionTypeEnum.BusinessMessageCallToActionType 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.
-