Class AppAdInfo

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

public final class AppAdInfo extends com.google.protobuf.GeneratedMessageV3 implements AppAdInfoOrBuilder
 An app ad.
 
Protobuf type google.ads.googleads.v18.common.AppAdInfo
See Also:
  • Field Details

    • MANDATORY_AD_TEXT_FIELD_NUMBER

      public static final int MANDATORY_AD_TEXT_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:
    • IMAGES_FIELD_NUMBER

      public static final int IMAGES_FIELD_NUMBER
      See Also:
    • YOUTUBE_VIDEOS_FIELD_NUMBER

      public static final int YOUTUBE_VIDEOS_FIELD_NUMBER
      See Also:
    • HTML5_MEDIA_BUNDLES_FIELD_NUMBER

      public static final int HTML5_MEDIA_BUNDLES_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
    • hasMandatoryAdText

      public boolean hasMandatoryAdText()
       Mandatory ad text.
       
      .google.ads.googleads.v18.common.AdTextAsset mandatory_ad_text = 1;
      Specified by:
      hasMandatoryAdText in interface AppAdInfoOrBuilder
      Returns:
      Whether the mandatoryAdText field is set.
    • getMandatoryAdText

      public AdTextAsset getMandatoryAdText()
       Mandatory ad text.
       
      .google.ads.googleads.v18.common.AdTextAsset mandatory_ad_text = 1;
      Specified by:
      getMandatoryAdText in interface AppAdInfoOrBuilder
      Returns:
      The mandatoryAdText.
    • getMandatoryAdTextOrBuilder

      public AdTextAssetOrBuilder getMandatoryAdTextOrBuilder()
       Mandatory ad text.
       
      .google.ads.googleads.v18.common.AdTextAsset mandatory_ad_text = 1;
      Specified by:
      getMandatoryAdTextOrBuilder in interface AppAdInfoOrBuilder
    • getHeadlinesList

      public List<AdTextAsset> getHeadlinesList()
       List of text assets for headlines. When the ad serves the headlines will
       be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 2;
      Specified by:
      getHeadlinesList in interface AppAdInfoOrBuilder
    • getHeadlinesOrBuilderList

      public List<? extends AdTextAssetOrBuilder> getHeadlinesOrBuilderList()
       List of text assets for headlines. When the ad serves the headlines will
       be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 2;
      Specified by:
      getHeadlinesOrBuilderList in interface AppAdInfoOrBuilder
    • getHeadlinesCount

      public int getHeadlinesCount()
       List of text assets for headlines. When the ad serves the headlines will
       be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 2;
      Specified by:
      getHeadlinesCount in interface AppAdInfoOrBuilder
    • getHeadlines

      public AdTextAsset getHeadlines(int index)
       List of text assets for headlines. When the ad serves the headlines will
       be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 2;
      Specified by:
      getHeadlines in interface AppAdInfoOrBuilder
    • getHeadlinesOrBuilder

      public AdTextAssetOrBuilder getHeadlinesOrBuilder(int index)
       List of text assets for headlines. When the ad serves the headlines will
       be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 2;
      Specified by:
      getHeadlinesOrBuilder in interface AppAdInfoOrBuilder
    • getDescriptionsList

      public List<AdTextAsset> getDescriptionsList()
       List of text assets for descriptions. When the ad serves the descriptions
       will be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3;
      Specified by:
      getDescriptionsList in interface AppAdInfoOrBuilder
    • getDescriptionsOrBuilderList

      public List<? extends AdTextAssetOrBuilder> getDescriptionsOrBuilderList()
       List of text assets for descriptions. When the ad serves the descriptions
       will be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3;
      Specified by:
      getDescriptionsOrBuilderList in interface AppAdInfoOrBuilder
    • getDescriptionsCount

      public int getDescriptionsCount()
       List of text assets for descriptions. When the ad serves the descriptions
       will be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3;
      Specified by:
      getDescriptionsCount in interface AppAdInfoOrBuilder
    • getDescriptions

      public AdTextAsset getDescriptions(int index)
       List of text assets for descriptions. When the ad serves the descriptions
       will be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3;
      Specified by:
      getDescriptions in interface AppAdInfoOrBuilder
    • getDescriptionsOrBuilder

      public AdTextAssetOrBuilder getDescriptionsOrBuilder(int index)
       List of text assets for descriptions. When the ad serves the descriptions
       will be selected from this list.
       
      repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3;
      Specified by:
      getDescriptionsOrBuilder in interface AppAdInfoOrBuilder
    • getImagesList

      public List<AdImageAsset> getImagesList()
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
      Specified by:
      getImagesList in interface AppAdInfoOrBuilder
    • getImagesOrBuilderList

      public List<? extends AdImageAssetOrBuilder> getImagesOrBuilderList()
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
      Specified by:
      getImagesOrBuilderList in interface AppAdInfoOrBuilder
    • getImagesCount

      public int getImagesCount()
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
      Specified by:
      getImagesCount in interface AppAdInfoOrBuilder
    • getImages

      public AdImageAsset getImages(int index)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
      Specified by:
      getImages in interface AppAdInfoOrBuilder
    • getImagesOrBuilder

      public AdImageAssetOrBuilder getImagesOrBuilder(int index)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
      Specified by:
      getImagesOrBuilder in interface AppAdInfoOrBuilder
    • getYoutubeVideosList

      public List<AdVideoAsset> getYoutubeVideosList()
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
      Specified by:
      getYoutubeVideosList in interface AppAdInfoOrBuilder
    • getYoutubeVideosOrBuilderList

      public List<? extends AdVideoAssetOrBuilder> getYoutubeVideosOrBuilderList()
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
      Specified by:
      getYoutubeVideosOrBuilderList in interface AppAdInfoOrBuilder
    • getYoutubeVideosCount

      public int getYoutubeVideosCount()
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
      Specified by:
      getYoutubeVideosCount in interface AppAdInfoOrBuilder
    • getYoutubeVideos

      public AdVideoAsset getYoutubeVideos(int index)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
      Specified by:
      getYoutubeVideos in interface AppAdInfoOrBuilder
    • getYoutubeVideosOrBuilder

      public AdVideoAssetOrBuilder getYoutubeVideosOrBuilder(int index)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
      Specified by:
      getYoutubeVideosOrBuilder in interface AppAdInfoOrBuilder
    • getHtml5MediaBundlesList

      public List<AdMediaBundleAsset> getHtml5MediaBundlesList()
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
      Specified by:
      getHtml5MediaBundlesList in interface AppAdInfoOrBuilder
    • getHtml5MediaBundlesOrBuilderList

      public List<? extends AdMediaBundleAssetOrBuilder> getHtml5MediaBundlesOrBuilderList()
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
      Specified by:
      getHtml5MediaBundlesOrBuilderList in interface AppAdInfoOrBuilder
    • getHtml5MediaBundlesCount

      public int getHtml5MediaBundlesCount()
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
      Specified by:
      getHtml5MediaBundlesCount in interface AppAdInfoOrBuilder
    • getHtml5MediaBundles

      public AdMediaBundleAsset getHtml5MediaBundles(int index)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
      Specified by:
      getHtml5MediaBundles in interface AppAdInfoOrBuilder
    • getHtml5MediaBundlesOrBuilder

      public AdMediaBundleAssetOrBuilder getHtml5MediaBundlesOrBuilder(int index)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
      Specified by:
      getHtml5MediaBundlesOrBuilder in interface AppAdInfoOrBuilder
    • 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 AppAdInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static AppAdInfo.Builder newBuilder()
    • newBuilder

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

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

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

      public static AppAdInfo getDefaultInstance()
    • parser

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

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