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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBreadcrumb1()First part of text that appears in the ad with the displayed URL.com.google.protobuf.ByteStringgetBreadcrumb1Bytes()First part of text that appears in the ad with the displayed URL.java.lang.StringgetBreadcrumb2()Second part of text that appears in the ad with the displayed URL.com.google.protobuf.ByteStringgetBreadcrumb2Bytes()Second part of text that appears in the ad with the displayed URL.AdTextAssetgetCallToActions(int index)List of text assets used for the button, e.g.intgetCallToActionsCount()List of text assets used for the button, e.g.java.util.List<AdTextAsset>getCallToActionsList()List of text assets used for the button, e.g.AdTextAssetOrBuildergetCallToActionsOrBuilder(int index)List of text assets used for the button, e.g.java.util.List<? extends AdTextAssetOrBuilder>getCallToActionsOrBuilderList()List of text assets used for the button, e.g.AdImageAssetgetCompanionBanners(int index)List of image assets used for the companion banner.intgetCompanionBannersCount()List of image assets used for the companion banner.java.util.List<AdImageAsset>getCompanionBannersList()List of image assets used for the companion banner.AdImageAssetOrBuildergetCompanionBannersOrBuilder(int index)List of image assets used for the companion banner.java.util.List<? extends AdImageAssetOrBuilder>getCompanionBannersOrBuilderList()List of image assets used for the companion banner.AdTextAssetgetDescriptions(int index)List of text assets used for the description.intgetDescriptionsCount()List of text assets used for the description.java.util.List<AdTextAsset>getDescriptionsList()List of text assets used for the description.AdTextAssetOrBuildergetDescriptionsOrBuilder(int index)List of text assets used for the description.java.util.List<? extends AdTextAssetOrBuilder>getDescriptionsOrBuilderList()List of text assets used for the description.AdTextAssetgetHeadlines(int index)List of text assets used for the short headline, e.g.intgetHeadlinesCount()List of text assets used for the short headline, e.g.java.util.List<AdTextAsset>getHeadlinesList()List of text assets used for the short headline, e.g.AdTextAssetOrBuildergetHeadlinesOrBuilder(int index)List of text assets used for the short headline, e.g.java.util.List<? extends AdTextAssetOrBuilder>getHeadlinesOrBuilderList()List of text assets used for the short headline, e.g.AdTextAssetgetLongHeadlines(int index)List of text assets used for the long headline.intgetLongHeadlinesCount()List of text assets used for the long headline.java.util.List<AdTextAsset>getLongHeadlinesList()List of text assets used for the long headline.AdTextAssetOrBuildergetLongHeadlinesOrBuilder(int index)List of text assets used for the long headline.java.util.List<? extends AdTextAssetOrBuilder>getLongHeadlinesOrBuilderList()List of text assets used for the long headline.AdVideoAssetgetVideos(int index)List of YouTube video assets used for the ad.intgetVideosCount()List of YouTube video assets used for the ad.java.util.List<AdVideoAsset>getVideosList()List of YouTube video assets used for the ad.AdVideoAssetOrBuildergetVideosOrBuilder(int index)List of YouTube video assets used for the ad.java.util.List<? extends AdVideoAssetOrBuilder>getVideosOrBuilderList()List of YouTube video assets used for 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 used for the short headline, e.g. the "Call To Action" banner. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getHeadlines
AdTextAsset getHeadlines(int index)
List of text assets used for the short headline, e.g. the "Call To Action" banner. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getHeadlinesCount
int getHeadlinesCount()
List of text assets used for the short headline, e.g. the "Call To Action" banner. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getHeadlinesOrBuilderList
java.util.List<? extends AdTextAssetOrBuilder> getHeadlinesOrBuilderList()
List of text assets used for the short headline, e.g. the "Call To Action" banner. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getHeadlinesOrBuilder
AdTextAssetOrBuilder getHeadlinesOrBuilder(int index)
List of text assets used for the short headline, e.g. the "Call To Action" banner. Currently, only a single value for the short headline is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getLongHeadlinesList
java.util.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.v10.common.AdTextAsset long_headlines = 2;
-
getLongHeadlines
AdTextAsset getLongHeadlines(int index)
List of text assets used for the long headline. Currently, only a single value for the long headline is supported.
repeated .google.ads.googleads.v10.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.v10.common.AdTextAsset long_headlines = 2;
-
getLongHeadlinesOrBuilderList
java.util.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.v10.common.AdTextAsset long_headlines = 2;
-
getLongHeadlinesOrBuilder
AdTextAssetOrBuilder getLongHeadlinesOrBuilder(int index)
List of text assets used for the long headline. Currently, only a single value for the long headline is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset long_headlines = 2;
-
getDescriptionsList
java.util.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.v10.common.AdTextAsset descriptions = 3;
-
getDescriptions
AdTextAsset getDescriptions(int index)
List of text assets used for the description. Currently, only a single value for the description is supported.
repeated .google.ads.googleads.v10.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.v10.common.AdTextAsset descriptions = 3;
-
getDescriptionsOrBuilderList
java.util.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.v10.common.AdTextAsset descriptions = 3;
-
getDescriptionsOrBuilder
AdTextAssetOrBuilder getDescriptionsOrBuilder(int index)
List of text assets used for the description. Currently, only a single value for the description is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 3;
-
getCallToActionsList
java.util.List<AdTextAsset> getCallToActionsList()
List of text assets used for the button, e.g. the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 4;
-
getCallToActions
AdTextAsset getCallToActions(int index)
List of text assets used for the button, e.g. the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 4;
-
getCallToActionsCount
int getCallToActionsCount()
List of text assets used for the button, e.g. the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 4;
-
getCallToActionsOrBuilderList
java.util.List<? extends AdTextAssetOrBuilder> getCallToActionsOrBuilderList()
List of text assets used for the button, e.g. the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 4;
-
getCallToActionsOrBuilder
AdTextAssetOrBuilder getCallToActionsOrBuilder(int index)
List of text assets used for the button, e.g. the "Call To Action" button. Currently, only a single value for the button is supported.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 4;
-
getVideosList
java.util.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.v10.common.AdVideoAsset videos = 5;
-
getVideos
AdVideoAsset getVideos(int index)
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.v10.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.v10.common.AdVideoAsset videos = 5;
-
getVideosOrBuilderList
java.util.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.v10.common.AdVideoAsset videos = 5;
-
getVideosOrBuilder
AdVideoAssetOrBuilder getVideosOrBuilder(int index)
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.v10.common.AdVideoAsset videos = 5;
-
getCompanionBannersList
java.util.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.v10.common.AdImageAsset companion_banners = 6;
-
getCompanionBanners
AdImageAsset getCompanionBanners(int index)
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.v10.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.v10.common.AdImageAsset companion_banners = 6;
-
getCompanionBannersOrBuilderList
java.util.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.v10.common.AdImageAsset companion_banners = 6;
-
getCompanionBannersOrBuilder
AdImageAssetOrBuilder getCompanionBannersOrBuilder(int index)
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.v10.common.AdImageAsset companion_banners = 6;
-
getBreadcrumb1
java.lang.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
java.lang.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.
-
-