Interface AppEngagementAdInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppEngagementAdInfo,AppEngagementAdInfo.Builder
public interface AppEngagementAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdTextAssetgetDescriptions(int index)List of text assets for descriptions.intgetDescriptionsCount()List of text assets for descriptions.java.util.List<AdTextAsset>getDescriptionsList()List of text assets for descriptions.AdTextAssetOrBuildergetDescriptionsOrBuilder(int index)List of text assets for descriptions.java.util.List<? extends AdTextAssetOrBuilder>getDescriptionsOrBuilderList()List of text assets for descriptions.AdTextAssetgetHeadlines(int index)List of text assets for headlines.intgetHeadlinesCount()List of text assets for headlines.java.util.List<AdTextAsset>getHeadlinesList()List of text assets for headlines.AdTextAssetOrBuildergetHeadlinesOrBuilder(int index)List of text assets for headlines.java.util.List<? extends AdTextAssetOrBuilder>getHeadlinesOrBuilderList()List of text assets for headlines.AdImageAssetgetImages(int index)List of image assets that may be displayed with the ad.intgetImagesCount()List of image assets that may be displayed with the ad.java.util.List<AdImageAsset>getImagesList()List of image assets that may be displayed with the ad.AdImageAssetOrBuildergetImagesOrBuilder(int index)List of image assets that may be displayed with the ad.java.util.List<? extends AdImageAssetOrBuilder>getImagesOrBuilderList()List of image assets that may be displayed with the ad.AdVideoAssetgetVideos(int index)List of video assets that may be displayed with the ad.intgetVideosCount()List of video assets that may be displayed with the ad.java.util.List<AdVideoAsset>getVideosList()List of video assets that may be displayed with the ad.AdVideoAssetOrBuildergetVideosOrBuilder(int index)List of video assets that may be displayed with the ad.java.util.List<? extends AdVideoAssetOrBuilder>getVideosOrBuilderList()List of video assets that may be displayed with the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHeadlinesList
java.util.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.v10.common.AdTextAsset headlines = 1;
-
getHeadlines
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 = 1;
-
getHeadlinesCount
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 = 1;
-
getHeadlinesOrBuilderList
java.util.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.v10.common.AdTextAsset headlines = 1;
-
getHeadlinesOrBuilder
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.v10.common.AdTextAsset headlines = 1;
-
getDescriptionsList
java.util.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.v10.common.AdTextAsset descriptions = 2;
-
getDescriptions
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 = 2;
-
getDescriptionsCount
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 = 2;
-
getDescriptionsOrBuilderList
java.util.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.v10.common.AdTextAsset descriptions = 2;
-
getDescriptionsOrBuilder
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.v10.common.AdTextAsset descriptions = 2;
-
getImagesList
java.util.List<AdImageAsset> getImagesList()
List of image assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdImageAsset images = 3;
-
getImages
AdImageAsset getImages(int index)
List of image assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdImageAsset images = 3;
-
getImagesCount
int getImagesCount()
List of image assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdImageAsset images = 3;
-
getImagesOrBuilderList
java.util.List<? extends AdImageAssetOrBuilder> getImagesOrBuilderList()
List of image assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdImageAsset images = 3;
-
getImagesOrBuilder
AdImageAssetOrBuilder getImagesOrBuilder(int index)
List of image assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdImageAsset images = 3;
-
getVideosList
java.util.List<AdVideoAsset> getVideosList()
List of video assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 4;
-
getVideos
AdVideoAsset getVideos(int index)
List of video assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 4;
-
getVideosCount
int getVideosCount()
List of video assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 4;
-
getVideosOrBuilderList
java.util.List<? extends AdVideoAssetOrBuilder> getVideosOrBuilderList()
List of video assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 4;
-
getVideosOrBuilder
AdVideoAssetOrBuilder getVideosOrBuilder(int index)
List of video assets that may be displayed with the ad.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 4;
-
-