All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.VideoTrueViewInStreamAdInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto

package com.google.ads.googleads.v10.common;

public interface VideoTrueViewInStreamAdInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.VideoTrueViewInStreamAdInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return The actionButtonLabel. */ java.lang.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; * @return The bytes for actionButtonLabel. */ com.google.protobuf.ByteString getActionButtonLabelBytes(); /** *
   * Additional text displayed with the CTA (call-to-action) button to give
   * context and encourage clicking on the button.
   * 
* * string action_headline = 5; * @return The actionHeadline. */ java.lang.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; * @return The bytes for actionHeadline. */ com.google.protobuf.ByteString getActionHeadlineBytes(); /** *
   * The image assets of the companion banner used with the ad.
   * 
* * .google.ads.googleads.v10.common.AdImageAsset companion_banner = 7; * @return Whether the companionBanner field is set. */ boolean hasCompanionBanner(); /** *
   * The image assets of the companion banner used with the ad.
   * 
* * .google.ads.googleads.v10.common.AdImageAsset companion_banner = 7; * @return The companionBanner. */ com.google.ads.googleads.v10.common.AdImageAsset getCompanionBanner(); /** *
   * The image assets of the companion banner used with the ad.
   * 
* * .google.ads.googleads.v10.common.AdImageAsset companion_banner = 7; */ com.google.ads.googleads.v10.common.AdImageAssetOrBuilder getCompanionBannerOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy