Class AppAdInfo.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
com.google.ads.googleads.v18.common.AppAdInfo.Builder
All Implemented Interfaces:
AppAdInfoOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
AppAdInfo

public static final class AppAdInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder> implements AppAdInfoOrBuilder
 An app ad.
 
Protobuf type google.ads.googleads.v18.common.AppAdInfo
  • Method Details

    • 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.Builder<AppAdInfo.Builder>
    • clear

      public AppAdInfo.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • getDefaultInstanceForType

      public AppAdInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

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

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

      public AppAdInfo.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • setField

      public AppAdInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • clearField

      public AppAdInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • clearOneof

      public AppAdInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • setRepeatedField

      public AppAdInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • addRepeatedField

      public AppAdInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • mergeFrom

      public AppAdInfo.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppAdInfo.Builder>
    • mergeFrom

      public AppAdInfo.Builder mergeFrom(AppAdInfo other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • mergeFrom

      public AppAdInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppAdInfo.Builder>
      Throws:
      IOException
    • 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.
    • setMandatoryAdText

      public AppAdInfo.Builder setMandatoryAdText(AdTextAsset value)
       Mandatory ad text.
       
      .google.ads.googleads.v18.common.AdTextAsset mandatory_ad_text = 1;
    • setMandatoryAdText

      public AppAdInfo.Builder setMandatoryAdText(AdTextAsset.Builder builderForValue)
       Mandatory ad text.
       
      .google.ads.googleads.v18.common.AdTextAsset mandatory_ad_text = 1;
    • mergeMandatoryAdText

      public AppAdInfo.Builder mergeMandatoryAdText(AdTextAsset value)
       Mandatory ad text.
       
      .google.ads.googleads.v18.common.AdTextAsset mandatory_ad_text = 1;
    • clearMandatoryAdText

      public AppAdInfo.Builder clearMandatoryAdText()
       Mandatory ad text.
       
      .google.ads.googleads.v18.common.AdTextAsset mandatory_ad_text = 1;
    • getMandatoryAdTextBuilder

      public AdTextAsset.Builder getMandatoryAdTextBuilder()
       Mandatory ad text.
       
      .google.ads.googleads.v18.common.AdTextAsset mandatory_ad_text = 1;
    • 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
    • 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
    • setHeadlines

      public AppAdInfo.Builder setHeadlines(int index, AdTextAsset value)
       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;
    • setHeadlines

      public AppAdInfo.Builder setHeadlines(int index, AdTextAsset.Builder builderForValue)
       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;
    • addHeadlines

      public AppAdInfo.Builder addHeadlines(AdTextAsset value)
       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;
    • addHeadlines

      public AppAdInfo.Builder addHeadlines(int index, AdTextAsset value)
       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;
    • addHeadlines

      public AppAdInfo.Builder addHeadlines(AdTextAsset.Builder builderForValue)
       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;
    • addHeadlines

      public AppAdInfo.Builder addHeadlines(int index, AdTextAsset.Builder builderForValue)
       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;
    • addAllHeadlines

      public AppAdInfo.Builder addAllHeadlines(Iterable<? extends AdTextAsset> values)
       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;
    • clearHeadlines

      public AppAdInfo.Builder clearHeadlines()
       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;
    • removeHeadlines

      public AppAdInfo.Builder removeHeadlines(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;
    • getHeadlinesBuilder

      public AdTextAsset.Builder getHeadlinesBuilder(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;
    • 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
    • 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
    • addHeadlinesBuilder

      public AdTextAsset.Builder addHeadlinesBuilder()
       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;
    • addHeadlinesBuilder

      public AdTextAsset.Builder addHeadlinesBuilder(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;
    • getHeadlinesBuilderList

      public List<AdTextAsset.Builder> getHeadlinesBuilderList()
       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;
    • 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
    • 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
    • setDescriptions

      public AppAdInfo.Builder setDescriptions(int index, AdTextAsset value)
       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;
    • setDescriptions

      public AppAdInfo.Builder setDescriptions(int index, AdTextAsset.Builder builderForValue)
       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;
    • addDescriptions

      public AppAdInfo.Builder addDescriptions(AdTextAsset value)
       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;
    • addDescriptions

      public AppAdInfo.Builder addDescriptions(int index, AdTextAsset value)
       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;
    • addDescriptions

      public AppAdInfo.Builder addDescriptions(AdTextAsset.Builder builderForValue)
       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;
    • addDescriptions

      public AppAdInfo.Builder addDescriptions(int index, AdTextAsset.Builder builderForValue)
       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;
    • addAllDescriptions

      public AppAdInfo.Builder addAllDescriptions(Iterable<? extends AdTextAsset> values)
       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;
    • clearDescriptions

      public AppAdInfo.Builder clearDescriptions()
       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;
    • removeDescriptions

      public AppAdInfo.Builder removeDescriptions(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;
    • getDescriptionsBuilder

      public AdTextAsset.Builder getDescriptionsBuilder(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;
    • 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
    • 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
    • addDescriptionsBuilder

      public AdTextAsset.Builder addDescriptionsBuilder()
       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;
    • addDescriptionsBuilder

      public AdTextAsset.Builder addDescriptionsBuilder(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;
    • getDescriptionsBuilderList

      public List<AdTextAsset.Builder> getDescriptionsBuilderList()
       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;
    • 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
    • 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
    • setImages

      public AppAdInfo.Builder setImages(int index, AdImageAsset value)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • setImages

      public AppAdInfo.Builder setImages(int index, AdImageAsset.Builder builderForValue)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • addImages

      public AppAdInfo.Builder addImages(AdImageAsset value)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • addImages

      public AppAdInfo.Builder addImages(int index, AdImageAsset value)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • addImages

      public AppAdInfo.Builder addImages(AdImageAsset.Builder builderForValue)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • addImages

      public AppAdInfo.Builder addImages(int index, AdImageAsset.Builder builderForValue)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • addAllImages

      public AppAdInfo.Builder addAllImages(Iterable<? extends AdImageAsset> values)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • clearImages

      public AppAdInfo.Builder clearImages()
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • removeImages

      public AppAdInfo.Builder removeImages(int index)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • getImagesBuilder

      public AdImageAsset.Builder getImagesBuilder(int index)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • 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
    • 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
    • addImagesBuilder

      public AdImageAsset.Builder addImagesBuilder()
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • addImagesBuilder

      public AdImageAsset.Builder addImagesBuilder(int index)
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • getImagesBuilderList

      public List<AdImageAsset.Builder> getImagesBuilderList()
       List of image assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdImageAsset images = 4;
    • 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
    • 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
    • setYoutubeVideos

      public AppAdInfo.Builder setYoutubeVideos(int index, AdVideoAsset value)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • setYoutubeVideos

      public AppAdInfo.Builder setYoutubeVideos(int index, AdVideoAsset.Builder builderForValue)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • addYoutubeVideos

      public AppAdInfo.Builder addYoutubeVideos(AdVideoAsset value)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • addYoutubeVideos

      public AppAdInfo.Builder addYoutubeVideos(int index, AdVideoAsset value)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • addYoutubeVideos

      public AppAdInfo.Builder addYoutubeVideos(AdVideoAsset.Builder builderForValue)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • addYoutubeVideos

      public AppAdInfo.Builder addYoutubeVideos(int index, AdVideoAsset.Builder builderForValue)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • addAllYoutubeVideos

      public AppAdInfo.Builder addAllYoutubeVideos(Iterable<? extends AdVideoAsset> values)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • clearYoutubeVideos

      public AppAdInfo.Builder clearYoutubeVideos()
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • removeYoutubeVideos

      public AppAdInfo.Builder removeYoutubeVideos(int index)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • getYoutubeVideosBuilder

      public AdVideoAsset.Builder getYoutubeVideosBuilder(int index)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • 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
    • 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
    • addYoutubeVideosBuilder

      public AdVideoAsset.Builder addYoutubeVideosBuilder()
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • addYoutubeVideosBuilder

      public AdVideoAsset.Builder addYoutubeVideosBuilder(int index)
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • getYoutubeVideosBuilderList

      public List<AdVideoAsset.Builder> getYoutubeVideosBuilderList()
       List of YouTube video assets that may be displayed with the ad.
       
      repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 5;
    • 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
    • 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
    • setHtml5MediaBundles

      public AppAdInfo.Builder setHtml5MediaBundles(int index, AdMediaBundleAsset value)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • setHtml5MediaBundles

      public AppAdInfo.Builder setHtml5MediaBundles(int index, AdMediaBundleAsset.Builder builderForValue)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • addHtml5MediaBundles

      public AppAdInfo.Builder addHtml5MediaBundles(AdMediaBundleAsset value)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • addHtml5MediaBundles

      public AppAdInfo.Builder addHtml5MediaBundles(int index, AdMediaBundleAsset value)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • addHtml5MediaBundles

      public AppAdInfo.Builder addHtml5MediaBundles(AdMediaBundleAsset.Builder builderForValue)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • addHtml5MediaBundles

      public AppAdInfo.Builder addHtml5MediaBundles(int index, AdMediaBundleAsset.Builder builderForValue)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • addAllHtml5MediaBundles

      public AppAdInfo.Builder addAllHtml5MediaBundles(Iterable<? extends AdMediaBundleAsset> values)
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • clearHtml5MediaBundles

      public AppAdInfo.Builder clearHtml5MediaBundles()
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • removeHtml5MediaBundles

      public AppAdInfo.Builder removeHtml5MediaBundles(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;
    • getHtml5MediaBundlesBuilder

      public AdMediaBundleAsset.Builder getHtml5MediaBundlesBuilder(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;
    • 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
    • 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
    • addHtml5MediaBundlesBuilder

      public AdMediaBundleAsset.Builder addHtml5MediaBundlesBuilder()
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • addHtml5MediaBundlesBuilder

      public AdMediaBundleAsset.Builder addHtml5MediaBundlesBuilder(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;
    • getHtml5MediaBundlesBuilderList

      public List<AdMediaBundleAsset.Builder> getHtml5MediaBundlesBuilderList()
       List of media bundle assets that may be used with the ad.
       
      repeated .google.ads.googleads.v18.common.AdMediaBundleAsset html5_media_bundles = 6;
    • setUnknownFields

      public final AppAdInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>
    • mergeUnknownFields

      public final AppAdInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AppAdInfo.Builder>