Class DemandGenCarouselCardAsset

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.common.DemandGenCarouselCardAsset
All Implemented Interfaces:
DemandGenCarouselCardAssetOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class DemandGenCarouselCardAsset extends com.google.protobuf.GeneratedMessageV3 implements DemandGenCarouselCardAssetOrBuilder
 A Demand Gen Carousel Card asset.
 
Protobuf type google.ads.googleads.v18.common.DemandGenCarouselCardAsset
See Also:
  • Field Details

    • MARKETING_IMAGE_ASSET_FIELD_NUMBER

      public static final int MARKETING_IMAGE_ASSET_FIELD_NUMBER
      See Also:
    • SQUARE_MARKETING_IMAGE_ASSET_FIELD_NUMBER

      public static final int SQUARE_MARKETING_IMAGE_ASSET_FIELD_NUMBER
      See Also:
    • PORTRAIT_MARKETING_IMAGE_ASSET_FIELD_NUMBER

      public static final int PORTRAIT_MARKETING_IMAGE_ASSET_FIELD_NUMBER
      See Also:
    • HEADLINE_FIELD_NUMBER

      public static final int HEADLINE_FIELD_NUMBER
      See Also:
    • CALL_TO_ACTION_TEXT_FIELD_NUMBER

      public static final int CALL_TO_ACTION_TEXT_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getMarketingImageAsset

      public String getMarketingImageAsset()
       Asset resource name of the associated 1.91:1 marketing image. This and/or
       square marketing image asset is required.
       
      string marketing_image_asset = 1;
      Specified by:
      getMarketingImageAsset in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The marketingImageAsset.
    • getMarketingImageAssetBytes

      public com.google.protobuf.ByteString getMarketingImageAssetBytes()
       Asset resource name of the associated 1.91:1 marketing image. This and/or
       square marketing image asset is required.
       
      string marketing_image_asset = 1;
      Specified by:
      getMarketingImageAssetBytes in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The bytes for marketingImageAsset.
    • getSquareMarketingImageAsset

      public String getSquareMarketingImageAsset()
       Asset resource name of the associated square marketing image. This
       and/or a marketing image asset is required.
       
      string square_marketing_image_asset = 2;
      Specified by:
      getSquareMarketingImageAsset in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The squareMarketingImageAsset.
    • getSquareMarketingImageAssetBytes

      public com.google.protobuf.ByteString getSquareMarketingImageAssetBytes()
       Asset resource name of the associated square marketing image. This
       and/or a marketing image asset is required.
       
      string square_marketing_image_asset = 2;
      Specified by:
      getSquareMarketingImageAssetBytes in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The bytes for squareMarketingImageAsset.
    • getPortraitMarketingImageAsset

      public String getPortraitMarketingImageAsset()
       Asset resource name of the associated 4:5 portrait marketing image.
       
      string portrait_marketing_image_asset = 3;
      Specified by:
      getPortraitMarketingImageAsset in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The portraitMarketingImageAsset.
    • getPortraitMarketingImageAssetBytes

      public com.google.protobuf.ByteString getPortraitMarketingImageAssetBytes()
       Asset resource name of the associated 4:5 portrait marketing image.
       
      string portrait_marketing_image_asset = 3;
      Specified by:
      getPortraitMarketingImageAssetBytes in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The bytes for portraitMarketingImageAsset.
    • getHeadline

      public String getHeadline()
       Required. Headline of the carousel card.
       
      string headline = 4 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getHeadline in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The headline.
    • getHeadlineBytes

      public com.google.protobuf.ByteString getHeadlineBytes()
       Required. Headline of the carousel card.
       
      string headline = 4 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getHeadlineBytes in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The bytes for headline.
    • getCallToActionText

      public String getCallToActionText()
       Call to action text.
       
      string call_to_action_text = 5;
      Specified by:
      getCallToActionText in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The callToActionText.
    • getCallToActionTextBytes

      public com.google.protobuf.ByteString getCallToActionTextBytes()
       Call to action text.
       
      string call_to_action_text = 5;
      Specified by:
      getCallToActionTextBytes in interface DemandGenCarouselCardAssetOrBuilder
      Returns:
      The bytes for callToActionText.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DemandGenCarouselCardAsset parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DemandGenCarouselCardAsset parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DemandGenCarouselCardAsset parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DemandGenCarouselCardAsset.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DemandGenCarouselCardAsset.Builder newBuilder()
    • newBuilder

      public static DemandGenCarouselCardAsset.Builder newBuilder(DemandGenCarouselCardAsset prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DemandGenCarouselCardAsset.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static DemandGenCarouselCardAsset getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DemandGenCarouselCardAsset> parser()
    • getParserForType

      public com.google.protobuf.Parser<DemandGenCarouselCardAsset> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public DemandGenCarouselCardAsset getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder