Interface VideoTrueViewInStreamAdInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VideoTrueViewInStreamAdInfo, VideoTrueViewInStreamAdInfo.Builder

public interface VideoTrueViewInStreamAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Label on the CTA (call-to-action) button taking the user to the video ad's final URL.
    com.google.protobuf.ByteString
    Label on the CTA (call-to-action) button taking the user to the video ad's final URL.
    Additional text displayed with the CTA (call-to-action) button to give context and encourage clicking on the button.
    com.google.protobuf.ByteString
    Additional text displayed with the CTA (call-to-action) button to give context and encourage clicking on the button.
    The image assets of the companion banner used with the ad.
    The image assets of the companion banner used with the ad.
    boolean
    The image assets of the companion banner used with the ad.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getActionButtonLabel

      String getActionButtonLabel()
       Label on the CTA (call-to-action) button taking the user to the video ad's
       final URL.
       Required for TrueView for action campaigns, optional otherwise.
       
      string action_button_label = 4;
      Returns:
      The actionButtonLabel.
    • getActionButtonLabelBytes

      com.google.protobuf.ByteString getActionButtonLabelBytes()
       Label on the CTA (call-to-action) button taking the user to the video ad's
       final URL.
       Required for TrueView for action campaigns, optional otherwise.
       
      string action_button_label = 4;
      Returns:
      The bytes for actionButtonLabel.
    • getActionHeadline

      String getActionHeadline()
       Additional text displayed with the CTA (call-to-action) button to give
       context and encourage clicking on the button.
       
      string action_headline = 5;
      Returns:
      The actionHeadline.
    • getActionHeadlineBytes

      com.google.protobuf.ByteString getActionHeadlineBytes()
       Additional text displayed with the CTA (call-to-action) button to give
       context and encourage clicking on the button.
       
      string action_headline = 5;
      Returns:
      The bytes for actionHeadline.
    • hasCompanionBanner

      boolean hasCompanionBanner()
       The image assets of the companion banner used with the ad.
       
      .google.ads.googleads.v18.common.AdImageAsset companion_banner = 7;
      Returns:
      Whether the companionBanner field is set.
    • getCompanionBanner

      AdImageAsset getCompanionBanner()
       The image assets of the companion banner used with the ad.
       
      .google.ads.googleads.v18.common.AdImageAsset companion_banner = 7;
      Returns:
      The companionBanner.
    • getCompanionBannerOrBuilder

      AdImageAssetOrBuilder getCompanionBannerOrBuilder()
       The image assets of the companion banner used with the ad.
       
      .google.ads.googleads.v18.common.AdImageAsset companion_banner = 7;