com.google.ads.googleads.v10.common.AppAdInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto
package com.google.ads.googleads.v10.common;
public interface AppAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.AppAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Mandatory ad text.
*
*
* .google.ads.googleads.v10.common.AdTextAsset mandatory_ad_text = 1;
* @return Whether the mandatoryAdText field is set.
*/
boolean hasMandatoryAdText();
/**
*
* Mandatory ad text.
*
*
* .google.ads.googleads.v10.common.AdTextAsset mandatory_ad_text = 1;
* @return The mandatoryAdText.
*/
com.google.ads.googleads.v10.common.AdTextAsset getMandatoryAdText();
/**
*
* Mandatory ad text.
*
*
* .google.ads.googleads.v10.common.AdTextAsset mandatory_ad_text = 1;
*/
com.google.ads.googleads.v10.common.AdTextAssetOrBuilder getMandatoryAdTextOrBuilder();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 2;
*/
java.util.List
getHeadlinesList();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 2;
*/
com.google.ads.googleads.v10.common.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.v10.common.AdTextAsset headlines = 2;
*/
int getHeadlinesCount();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 2;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdTextAssetOrBuilder>
getHeadlinesOrBuilderList();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 2;
*/
com.google.ads.googleads.v10.common.AdTextAssetOrBuilder getHeadlinesOrBuilder(
int index);
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 3;
*/
java.util.List
getDescriptionsList();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 3;
*/
com.google.ads.googleads.v10.common.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.v10.common.AdTextAsset descriptions = 3;
*/
int getDescriptionsCount();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 3;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdTextAssetOrBuilder>
getDescriptionsOrBuilderList();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 3;
*/
com.google.ads.googleads.v10.common.AdTextAssetOrBuilder getDescriptionsOrBuilder(
int index);
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdImageAsset images = 4;
*/
java.util.List
getImagesList();
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdImageAsset images = 4;
*/
com.google.ads.googleads.v10.common.AdImageAsset getImages(int index);
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdImageAsset images = 4;
*/
int getImagesCount();
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdImageAsset images = 4;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdImageAssetOrBuilder>
getImagesOrBuilderList();
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdImageAsset images = 4;
*/
com.google.ads.googleads.v10.common.AdImageAssetOrBuilder getImagesOrBuilder(
int index);
/**
*
* List of YouTube video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdVideoAsset youtube_videos = 5;
*/
java.util.List
getYoutubeVideosList();
/**
*
* List of YouTube video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdVideoAsset youtube_videos = 5;
*/
com.google.ads.googleads.v10.common.AdVideoAsset getYoutubeVideos(int index);
/**
*
* List of YouTube video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdVideoAsset youtube_videos = 5;
*/
int getYoutubeVideosCount();
/**
*
* List of YouTube video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdVideoAsset youtube_videos = 5;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdVideoAssetOrBuilder>
getYoutubeVideosOrBuilderList();
/**
*
* List of YouTube video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdVideoAsset youtube_videos = 5;
*/
com.google.ads.googleads.v10.common.AdVideoAssetOrBuilder getYoutubeVideosOrBuilder(
int index);
/**
*
* List of media bundle assets that may be used with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdMediaBundleAsset html5_media_bundles = 6;
*/
java.util.List
getHtml5MediaBundlesList();
/**
*
* List of media bundle assets that may be used with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdMediaBundleAsset html5_media_bundles = 6;
*/
com.google.ads.googleads.v10.common.AdMediaBundleAsset getHtml5MediaBundles(int index);
/**
*
* List of media bundle assets that may be used with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdMediaBundleAsset html5_media_bundles = 6;
*/
int getHtml5MediaBundlesCount();
/**
*
* List of media bundle assets that may be used with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdMediaBundleAsset html5_media_bundles = 6;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdMediaBundleAssetOrBuilder>
getHtml5MediaBundlesOrBuilderList();
/**
*
* List of media bundle assets that may be used with the ad.
*
*
* repeated .google.ads.googleads.v10.common.AdMediaBundleAsset html5_media_bundles = 6;
*/
com.google.ads.googleads.v10.common.AdMediaBundleAssetOrBuilder getHtml5MediaBundlesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy