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 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

      AdTextAsset getHeadlines(int index)
       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

      AdTextAssetOrBuilder getHeadlinesOrBuilder(int index)
       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

      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.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

      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.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

      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.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

      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.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

      AdTextAsset getCallToActions(int index)
       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

      AdTextAssetOrBuilder getCallToActionsOrBuilder(int index)
       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

      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.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

      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.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

      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.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

      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.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.