Interface CallToActionAssetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CallToActionAsset,CallToActionAsset.Builder
public interface CallToActionAssetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCall to action.intCall to action.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
-
getCallToActionValue
int getCallToActionValue()Call to action.
.google.ads.googleads.v18.enums.CallToActionTypeEnum.CallToActionType call_to_action = 1;- Returns:
- The enum numeric value on the wire for callToAction.
-
getCallToAction
CallToActionTypeEnum.CallToActionType getCallToAction()Call to action.
.google.ads.googleads.v18.enums.CallToActionTypeEnum.CallToActionType call_to_action = 1;- Returns:
- The callToAction.
-