Interface AppPreRegistrationAdInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppPreRegistrationAdInfo,AppPreRegistrationAdInfo.Builder
public interface AppPreRegistrationAdInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDescriptions(int index) List of text assets for descriptions.intList of text assets for descriptions.List of text assets for descriptions.getDescriptionsOrBuilder(int index) List of text assets for descriptions.List<? extends AdTextAssetOrBuilder>List of text assets for descriptions.getHeadlines(int index) List of text assets for headlines.intList of text assets for headlines.List of text assets for headlines.getHeadlinesOrBuilder(int index) List of text assets for headlines.List<? extends AdTextAssetOrBuilder>List of text assets for headlines.getImages(int index) List of image asset IDs whose images may be displayed with the ad.intList of image asset IDs whose images may be displayed with the ad.List of image asset IDs whose images may be displayed with the ad.getImagesOrBuilder(int index) List of image asset IDs whose images may be displayed with the ad.List<? extends AdImageAssetOrBuilder>List of image asset IDs whose images may be displayed with the ad.getYoutubeVideos(int index) List of YouTube video asset IDs whose videos may be displayed with the ad.intList of YouTube video asset IDs whose videos may be displayed with the ad.List of YouTube video asset IDs whose videos may be displayed with the ad.getYoutubeVideosOrBuilder(int index) List of YouTube video asset IDs whose videos may be displayed with the ad.List<? extends AdVideoAssetOrBuilder>List of YouTube video asset IDs whose videos may be displayed with the ad.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getHeadlinesList
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 = 1; -
getHeadlines
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 = 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.v18.common.AdTextAsset headlines = 1; -
getHeadlinesOrBuilderList
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 = 1; -
getHeadlinesOrBuilder
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 = 1; -
getDescriptionsList
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 = 2; -
getDescriptions
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 = 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.v18.common.AdTextAsset descriptions = 2; -
getDescriptionsOrBuilderList
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 = 2; -
getDescriptionsOrBuilder
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 = 2; -
getImagesList
List<AdImageAsset> getImagesList()List of image asset IDs whose images may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdImageAsset images = 3; -
getImages
List of image asset IDs whose images may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdImageAsset images = 3; -
getImagesCount
int getImagesCount()List of image asset IDs whose images may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdImageAsset images = 3; -
getImagesOrBuilderList
List<? extends AdImageAssetOrBuilder> getImagesOrBuilderList()List of image asset IDs whose images may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdImageAsset images = 3; -
getImagesOrBuilder
List of image asset IDs whose images may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdImageAsset images = 3; -
getYoutubeVideosList
List<AdVideoAsset> getYoutubeVideosList()List of YouTube video asset IDs whose videos may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 4; -
getYoutubeVideos
List of YouTube video asset IDs whose videos may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 4; -
getYoutubeVideosCount
int getYoutubeVideosCount()List of YouTube video asset IDs whose videos may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 4; -
getYoutubeVideosOrBuilderList
List<? extends AdVideoAssetOrBuilder> getYoutubeVideosOrBuilderList()List of YouTube video asset IDs whose videos may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 4; -
getYoutubeVideosOrBuilder
List of YouTube video asset IDs whose videos may be displayed with the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset youtube_videos = 4;
-