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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CallToActionTypeEnum.CallToActionType getCallToAction()
      Call to action.
      int getCallToActionValue()
      Call to action.
      • 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 Detail

      • getCallToActionValue

        int getCallToActionValue()
         Call to action.
         
        .google.ads.googleads.v10.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.v10.enums.CallToActionTypeEnum.CallToActionType call_to_action = 1;
        Returns:
        The callToAction.