com.google.ads.googleads.v17.common.VideoNonSkippableInStreamAdInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/ad_type_infos.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface VideoNonSkippableInStreamAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.VideoNonSkippableInStreamAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The image assets of the companion banner used with the ad.
*
*
* .google.ads.googleads.v17.common.AdImageAsset companion_banner = 5;
* @return Whether the companionBanner field is set.
*/
boolean hasCompanionBanner();
/**
*
* The image assets of the companion banner used with the ad.
*
*
* .google.ads.googleads.v17.common.AdImageAsset companion_banner = 5;
* @return The companionBanner.
*/
com.google.ads.googleads.v17.common.AdImageAsset getCompanionBanner();
/**
*
* The image assets of the companion banner used with the ad.
*
*
* .google.ads.googleads.v17.common.AdImageAsset companion_banner = 5;
*/
com.google.ads.googleads.v17.common.AdImageAssetOrBuilder getCompanionBannerOrBuilder();
/**
*
* Label on the "Call To Action" button taking the user to the video ad's
* final URL.
*
*
* string action_button_label = 3;
* @return The actionButtonLabel.
*/
java.lang.String getActionButtonLabel();
/**
*
* Label on the "Call To Action" button taking the user to the video ad's
* final URL.
*
*
* string action_button_label = 3;
* @return The bytes for actionButtonLabel.
*/
com.google.protobuf.ByteString
getActionButtonLabelBytes();
/**
*
* Additional text displayed with the "Call To Action" button to give
* context and encourage clicking on the button.
*
*
* string action_headline = 4;
* @return The actionHeadline.
*/
java.lang.String getActionHeadline();
/**
*
* Additional text displayed with the "Call To Action" button to give
* context and encourage clicking on the button.
*
*
* string action_headline = 4;
* @return The bytes for actionHeadline.
*/
com.google.protobuf.ByteString
getActionHeadlineBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy