Class DemandGenMultiAssetAdInfo

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

public final class DemandGenMultiAssetAdInfo extends com.google.protobuf.GeneratedMessageV3 implements DemandGenMultiAssetAdInfoOrBuilder
 A Demand Gen multi asset ad.
 
Protobuf type google.ads.googleads.v18.common.DemandGenMultiAssetAdInfo
See Also:
  • Field Details

    • MARKETING_IMAGES_FIELD_NUMBER

      public static final int MARKETING_IMAGES_FIELD_NUMBER
      See Also:
    • SQUARE_MARKETING_IMAGES_FIELD_NUMBER

      public static final int SQUARE_MARKETING_IMAGES_FIELD_NUMBER
      See Also:
    • PORTRAIT_MARKETING_IMAGES_FIELD_NUMBER

      public static final int PORTRAIT_MARKETING_IMAGES_FIELD_NUMBER
      See Also:
    • LOGO_IMAGES_FIELD_NUMBER

      public static final int LOGO_IMAGES_FIELD_NUMBER
      See Also:
    • HEADLINES_FIELD_NUMBER

      public static final int HEADLINES_FIELD_NUMBER
      See Also:
    • DESCRIPTIONS_FIELD_NUMBER

      public static final int DESCRIPTIONS_FIELD_NUMBER
      See Also:
    • BUSINESS_NAME_FIELD_NUMBER

      public static final int BUSINESS_NAME_FIELD_NUMBER
      See Also:
    • CALL_TO_ACTION_TEXT_FIELD_NUMBER

      public static final int CALL_TO_ACTION_TEXT_FIELD_NUMBER
      See Also:
    • LEAD_FORM_ONLY_FIELD_NUMBER

      public static final int LEAD_FORM_ONLY_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
    • getMarketingImagesList

      public List<AdImageAsset> getMarketingImagesList()
       Marketing image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must
       be 1.91:1 (+-1%). Required if square_marketing_images is
       not present. Combined with `square_marketing_images` and
       `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset marketing_images = 1;
      Specified by:
      getMarketingImagesList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getMarketingImagesOrBuilderList

      public List<? extends AdImageAssetOrBuilder> getMarketingImagesOrBuilderList()
       Marketing image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must
       be 1.91:1 (+-1%). Required if square_marketing_images is
       not present. Combined with `square_marketing_images` and
       `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset marketing_images = 1;
      Specified by:
      getMarketingImagesOrBuilderList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getMarketingImagesCount

      public int getMarketingImagesCount()
       Marketing image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must
       be 1.91:1 (+-1%). Required if square_marketing_images is
       not present. Combined with `square_marketing_images` and
       `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset marketing_images = 1;
      Specified by:
      getMarketingImagesCount in interface DemandGenMultiAssetAdInfoOrBuilder
    • getMarketingImages

      public AdImageAsset getMarketingImages(int index)
       Marketing image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must
       be 1.91:1 (+-1%). Required if square_marketing_images is
       not present. Combined with `square_marketing_images` and
       `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset marketing_images = 1;
      Specified by:
      getMarketingImages in interface DemandGenMultiAssetAdInfoOrBuilder
    • getMarketingImagesOrBuilder

      public AdImageAssetOrBuilder getMarketingImagesOrBuilder(int index)
       Marketing image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must
       be 1.91:1 (+-1%). Required if square_marketing_images is
       not present. Combined with `square_marketing_images` and
       `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset marketing_images = 1;
      Specified by:
      getMarketingImagesOrBuilder in interface DemandGenMultiAssetAdInfoOrBuilder
    • getSquareMarketingImagesList

      public List<AdImageAsset> getSquareMarketingImagesList()
       Square marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must
       be 1:1 (+-1%). Required if marketing_images is not present.  Combined with
       `marketing_images` and `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset square_marketing_images = 2;
      Specified by:
      getSquareMarketingImagesList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getSquareMarketingImagesOrBuilderList

      public List<? extends AdImageAssetOrBuilder> getSquareMarketingImagesOrBuilderList()
       Square marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must
       be 1:1 (+-1%). Required if marketing_images is not present.  Combined with
       `marketing_images` and `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset square_marketing_images = 2;
      Specified by:
      getSquareMarketingImagesOrBuilderList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getSquareMarketingImagesCount

      public int getSquareMarketingImagesCount()
       Square marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must
       be 1:1 (+-1%). Required if marketing_images is not present.  Combined with
       `marketing_images` and `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset square_marketing_images = 2;
      Specified by:
      getSquareMarketingImagesCount in interface DemandGenMultiAssetAdInfoOrBuilder
    • getSquareMarketingImages

      public AdImageAsset getSquareMarketingImages(int index)
       Square marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must
       be 1:1 (+-1%). Required if marketing_images is not present.  Combined with
       `marketing_images` and `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset square_marketing_images = 2;
      Specified by:
      getSquareMarketingImages in interface DemandGenMultiAssetAdInfoOrBuilder
    • getSquareMarketingImagesOrBuilder

      public AdImageAssetOrBuilder getSquareMarketingImagesOrBuilder(int index)
       Square marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must
       be 1:1 (+-1%). Required if marketing_images is not present.  Combined with
       `marketing_images` and `portrait_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset square_marketing_images = 2;
      Specified by:
      getSquareMarketingImagesOrBuilder in interface DemandGenMultiAssetAdInfoOrBuilder
    • getPortraitMarketingImagesList

      public List<AdImageAsset> getPortraitMarketingImagesList()
       Portrait marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 480x600 and the aspect ratio must
       be 4:5 (+-1%).  Combined with `marketing_images` and
       `square_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset portrait_marketing_images = 3;
      Specified by:
      getPortraitMarketingImagesList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getPortraitMarketingImagesOrBuilderList

      public List<? extends AdImageAssetOrBuilder> getPortraitMarketingImagesOrBuilderList()
       Portrait marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 480x600 and the aspect ratio must
       be 4:5 (+-1%).  Combined with `marketing_images` and
       `square_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset portrait_marketing_images = 3;
      Specified by:
      getPortraitMarketingImagesOrBuilderList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getPortraitMarketingImagesCount

      public int getPortraitMarketingImagesCount()
       Portrait marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 480x600 and the aspect ratio must
       be 4:5 (+-1%).  Combined with `marketing_images` and
       `square_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset portrait_marketing_images = 3;
      Specified by:
      getPortraitMarketingImagesCount in interface DemandGenMultiAssetAdInfoOrBuilder
    • getPortraitMarketingImages

      public AdImageAsset getPortraitMarketingImages(int index)
       Portrait marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 480x600 and the aspect ratio must
       be 4:5 (+-1%).  Combined with `marketing_images` and
       `square_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset portrait_marketing_images = 3;
      Specified by:
      getPortraitMarketingImages in interface DemandGenMultiAssetAdInfoOrBuilder
    • getPortraitMarketingImagesOrBuilder

      public AdImageAssetOrBuilder getPortraitMarketingImagesOrBuilder(int index)
       Portrait marketing image assets to be used in the ad. Valid image types are
       GIF, JPEG, and PNG. The minimum size is 480x600 and the aspect ratio must
       be 4:5 (+-1%).  Combined with `marketing_images` and
       `square_marketing_images` the maximum is 20.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset portrait_marketing_images = 3;
      Specified by:
      getPortraitMarketingImagesOrBuilder in interface DemandGenMultiAssetAdInfoOrBuilder
    • getLogoImagesList

      public List<AdImageAsset> getLogoImagesList()
       Logo image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be
       1:1 (+-1%). At least 1 and max 5 logo images can be specified.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 4;
      Specified by:
      getLogoImagesList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getLogoImagesOrBuilderList

      public List<? extends AdImageAssetOrBuilder> getLogoImagesOrBuilderList()
       Logo image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be
       1:1 (+-1%). At least 1 and max 5 logo images can be specified.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 4;
      Specified by:
      getLogoImagesOrBuilderList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getLogoImagesCount

      public int getLogoImagesCount()
       Logo image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be
       1:1 (+-1%). At least 1 and max 5 logo images can be specified.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 4;
      Specified by:
      getLogoImagesCount in interface DemandGenMultiAssetAdInfoOrBuilder
    • getLogoImages

      public AdImageAsset getLogoImages(int index)
       Logo image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be
       1:1 (+-1%). At least 1 and max 5 logo images can be specified.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 4;
      Specified by:
      getLogoImages in interface DemandGenMultiAssetAdInfoOrBuilder
    • getLogoImagesOrBuilder

      public AdImageAssetOrBuilder getLogoImagesOrBuilder(int index)
       Logo image assets to be used in the ad. Valid image types are GIF,
       JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be
       1:1 (+-1%). At least 1 and max 5 logo images can be specified.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 4;
      Specified by:
      getLogoImagesOrBuilder in interface DemandGenMultiAssetAdInfoOrBuilder
    • getHeadlinesList

      public List<AdTextAsset> getHeadlinesList()
       Headline text asset of the ad. Maximum display width is 30. At least 1 and
       max 5 headlines can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 5;
      Specified by:
      getHeadlinesList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getHeadlinesOrBuilderList

      public List<? extends AdTextAssetOrBuilder> getHeadlinesOrBuilderList()
       Headline text asset of the ad. Maximum display width is 30. At least 1 and
       max 5 headlines can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 5;
      Specified by:
      getHeadlinesOrBuilderList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getHeadlinesCount

      public int getHeadlinesCount()
       Headline text asset of the ad. Maximum display width is 30. At least 1 and
       max 5 headlines can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 5;
      Specified by:
      getHeadlinesCount in interface DemandGenMultiAssetAdInfoOrBuilder
    • getHeadlines

      public AdTextAsset getHeadlines(int index)
       Headline text asset of the ad. Maximum display width is 30. At least 1 and
       max 5 headlines can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 5;
      Specified by:
      getHeadlines in interface DemandGenMultiAssetAdInfoOrBuilder
    • getHeadlinesOrBuilder

      public AdTextAssetOrBuilder getHeadlinesOrBuilder(int index)
       Headline text asset of the ad. Maximum display width is 30. At least 1 and
       max 5 headlines can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 5;
      Specified by:
      getHeadlinesOrBuilder in interface DemandGenMultiAssetAdInfoOrBuilder
    • getDescriptionsList

      public List<AdTextAsset> getDescriptionsList()
       The descriptive text of the ad. Maximum display width is 90. At least 1 and
       max 5 descriptions can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 6;
      Specified by:
      getDescriptionsList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getDescriptionsOrBuilderList

      public List<? extends AdTextAssetOrBuilder> getDescriptionsOrBuilderList()
       The descriptive text of the ad. Maximum display width is 90. At least 1 and
       max 5 descriptions can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 6;
      Specified by:
      getDescriptionsOrBuilderList in interface DemandGenMultiAssetAdInfoOrBuilder
    • getDescriptionsCount

      public int getDescriptionsCount()
       The descriptive text of the ad. Maximum display width is 90. At least 1 and
       max 5 descriptions can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 6;
      Specified by:
      getDescriptionsCount in interface DemandGenMultiAssetAdInfoOrBuilder
    • getDescriptions

      public AdTextAsset getDescriptions(int index)
       The descriptive text of the ad. Maximum display width is 90. At least 1 and
       max 5 descriptions can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 6;
      Specified by:
      getDescriptions in interface DemandGenMultiAssetAdInfoOrBuilder
    • getDescriptionsOrBuilder

      public AdTextAssetOrBuilder getDescriptionsOrBuilder(int index)
       The descriptive text of the ad. Maximum display width is 90. At least 1 and
       max 5 descriptions can be specified.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 6;
      Specified by:
      getDescriptionsOrBuilder in interface DemandGenMultiAssetAdInfoOrBuilder
    • hasBusinessName

      public boolean hasBusinessName()
       The Advertiser/brand name. Maximum display width is 25. Required.
       
      optional string business_name = 7;
      Specified by:
      hasBusinessName in interface DemandGenMultiAssetAdInfoOrBuilder
      Returns:
      Whether the businessName field is set.
    • getBusinessName

      public String getBusinessName()
       The Advertiser/brand name. Maximum display width is 25. Required.
       
      optional string business_name = 7;
      Specified by:
      getBusinessName in interface DemandGenMultiAssetAdInfoOrBuilder
      Returns:
      The businessName.
    • getBusinessNameBytes

      public com.google.protobuf.ByteString getBusinessNameBytes()
       The Advertiser/brand name. Maximum display width is 25. Required.
       
      optional string business_name = 7;
      Specified by:
      getBusinessNameBytes in interface DemandGenMultiAssetAdInfoOrBuilder
      Returns:
      The bytes for businessName.
    • hasCallToActionText

      public boolean hasCallToActionText()
       Call to action text.
       
      optional string call_to_action_text = 8;
      Specified by:
      hasCallToActionText in interface DemandGenMultiAssetAdInfoOrBuilder
      Returns:
      Whether the callToActionText field is set.
    • getCallToActionText

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

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

      public boolean hasLeadFormOnly()
       Boolean option that indicates if this ad must be served with lead form.
       
      optional bool lead_form_only = 9;
      Specified by:
      hasLeadFormOnly in interface DemandGenMultiAssetAdInfoOrBuilder
      Returns:
      Whether the leadFormOnly field is set.
    • getLeadFormOnly

      public boolean getLeadFormOnly()
       Boolean option that indicates if this ad must be served with lead form.
       
      optional bool lead_form_only = 9;
      Specified by:
      getLeadFormOnly in interface DemandGenMultiAssetAdInfoOrBuilder
      Returns:
      The leadFormOnly.
    • 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 DemandGenMultiAssetAdInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static DemandGenMultiAssetAdInfo.Builder newBuilder()
    • newBuilder

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

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

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

      public static DemandGenMultiAssetAdInfo getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<DemandGenMultiAssetAdInfo> 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 DemandGenMultiAssetAdInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder