Interface VideoResponsiveAdInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VideoResponsiveAdInfo,VideoResponsiveAdInfo.Builder
public interface VideoResponsiveAdInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFirst part of text that appears in the ad with the displayed URL.com.google.protobuf.ByteStringFirst part of text that appears in the ad with the displayed URL.Second part of text that appears in the ad with the displayed URL.com.google.protobuf.ByteStringSecond part of text that appears in the ad with the displayed URL.getCallToActions(int index) List of text assets used for the button, for example, the "Call To Action" button.intList of text assets used for the button, for example, the "Call To Action" button.List of text assets used for the button, for example, the "Call To Action" button.getCallToActionsOrBuilder(int index) List of text assets used for the button, for example, the "Call To Action" button.List<? extends AdTextAssetOrBuilder>List of text assets used for the button, for example, the "Call To Action" button.getCompanionBanners(int index) List of image assets used for the companion banner.intList of image assets used for the companion banner.List of image assets used for the companion banner.getCompanionBannersOrBuilder(int index) List of image assets used for the companion banner.List<? extends AdImageAssetOrBuilder>List of image assets used for the companion banner.getDescriptions(int index) List of text assets used for the description.intList of text assets used for the description.List of text assets used for the description.getDescriptionsOrBuilder(int index) List of text assets used for the description.List<? extends AdTextAssetOrBuilder>List of text assets used for the description.getHeadlines(int index) List of text assets used for the short headline.intList of text assets used for the short headline.List of text assets used for the short headline.getHeadlinesOrBuilder(int index) List of text assets used for the short headline.List<? extends AdTextAssetOrBuilder>List of text assets used for the short headline.getLongHeadlines(int index) List of text assets used for the long headline.intList of text assets used for the long headline.List of text assets used for the long headline.getLongHeadlinesOrBuilder(int index) List of text assets used for the long headline.List<? extends AdTextAssetOrBuilder>List of text assets used for the long headline.getVideos(int index) List of YouTube video assets used for the ad.intList of YouTube video assets used for the ad.List of YouTube video assets used for the ad.getVideosOrBuilder(int index) List of YouTube video assets used for the ad.List<? extends AdVideoAssetOrBuilder>List of YouTube video assets used for 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 used for the short headline. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getHeadlines
List of text assets used for the short headline. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getHeadlinesCount
int getHeadlinesCount()List of text assets used for the short headline. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getHeadlinesOrBuilderList
List<? extends AdTextAssetOrBuilder> getHeadlinesOrBuilderList()List of text assets used for the short headline. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getHeadlinesOrBuilder
List of text assets used for the short headline. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getLongHeadlinesList
List<AdTextAsset> getLongHeadlinesList()List of text assets used for the long headline. Currently, only a single value for the long headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getLongHeadlines
List of text assets used for the long headline. Currently, only a single value for the long headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getLongHeadlinesCount
int getLongHeadlinesCount()List of text assets used for the long headline. Currently, only a single value for the long headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getLongHeadlinesOrBuilderList
List<? extends AdTextAssetOrBuilder> getLongHeadlinesOrBuilderList()List of text assets used for the long headline. Currently, only a single value for the long headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getLongHeadlinesOrBuilder
List of text assets used for the long headline. Currently, only a single value for the long headline is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getDescriptionsList
List<AdTextAsset> getDescriptionsList()List of text assets used for the description. Currently, only a single value for the description is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getDescriptions
List of text assets used for the description. Currently, only a single value for the description is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getDescriptionsCount
int getDescriptionsCount()List of text assets used for the description. Currently, only a single value for the description is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getDescriptionsOrBuilderList
List<? extends AdTextAssetOrBuilder> getDescriptionsOrBuilderList()List of text assets used for the description. Currently, only a single value for the description is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getDescriptionsOrBuilder
List of text assets used for the description. Currently, only a single value for the description is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getCallToActionsList
List<AdTextAsset> getCallToActionsList()List of text assets used for the button, for example, the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset call_to_actions = 4; -
getCallToActions
List of text assets used for the button, for example, the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset call_to_actions = 4; -
getCallToActionsCount
int getCallToActionsCount()List of text assets used for the button, for example, the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset call_to_actions = 4; -
getCallToActionsOrBuilderList
List<? extends AdTextAssetOrBuilder> getCallToActionsOrBuilderList()List of text assets used for the button, for example, the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset call_to_actions = 4; -
getCallToActionsOrBuilder
List of text assets used for the button, for example, the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v18.common.AdTextAsset call_to_actions = 4; -
getVideosList
List<AdVideoAsset> getVideosList()List of YouTube video assets used for the ad. Currently, only a single value for the YouTube video asset is supported.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 5; -
getVideos
List of YouTube video assets used for the ad. Currently, only a single value for the YouTube video asset is supported.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 5; -
getVideosCount
int getVideosCount()List of YouTube video assets used for the ad. Currently, only a single value for the YouTube video asset is supported.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 5; -
getVideosOrBuilderList
List<? extends AdVideoAssetOrBuilder> getVideosOrBuilderList()List of YouTube video assets used for the ad. Currently, only a single value for the YouTube video asset is supported.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 5; -
getVideosOrBuilder
List of YouTube video assets used for the ad. Currently, only a single value for the YouTube video asset is supported.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 5; -
getCompanionBannersList
List<AdImageAsset> getCompanionBannersList()List of image assets used for the companion banner. Currently, only a single value for the companion banner asset is supported.
repeated .google.ads.googleads.v18.common.AdImageAsset companion_banners = 6; -
getCompanionBanners
List of image assets used for the companion banner. Currently, only a single value for the companion banner asset is supported.
repeated .google.ads.googleads.v18.common.AdImageAsset companion_banners = 6; -
getCompanionBannersCount
int getCompanionBannersCount()List of image assets used for the companion banner. Currently, only a single value for the companion banner asset is supported.
repeated .google.ads.googleads.v18.common.AdImageAsset companion_banners = 6; -
getCompanionBannersOrBuilderList
List<? extends AdImageAssetOrBuilder> getCompanionBannersOrBuilderList()List of image assets used for the companion banner. Currently, only a single value for the companion banner asset is supported.
repeated .google.ads.googleads.v18.common.AdImageAsset companion_banners = 6; -
getCompanionBannersOrBuilder
List of image assets used for the companion banner. Currently, only a single value for the companion banner asset is supported.
repeated .google.ads.googleads.v18.common.AdImageAsset companion_banners = 6; -
getBreadcrumb1
String getBreadcrumb1()First part of text that appears in the ad with the displayed URL.
string breadcrumb1 = 7;- Returns:
- The breadcrumb1.
-
getBreadcrumb1Bytes
com.google.protobuf.ByteString getBreadcrumb1Bytes()First part of text that appears in the ad with the displayed URL.
string breadcrumb1 = 7;- Returns:
- The bytes for breadcrumb1.
-
getBreadcrumb2
String getBreadcrumb2()Second part of text that appears in the ad with the displayed URL.
string breadcrumb2 = 8;- Returns:
- The breadcrumb2.
-
getBreadcrumb2Bytes
com.google.protobuf.ByteString getBreadcrumb2Bytes()Second part of text that appears in the ad with the displayed URL.
string breadcrumb2 = 8;- Returns:
- The bytes for breadcrumb2.
-