com.google.ads.googleads.v10.common.VideoBumperInStreamAdInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
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 VideoBumperInStreamAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.VideoBumperInStreamAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The image assets of the companion banner used with the ad.
*
*
* .google.ads.googleads.v10.common.AdImageAsset companion_banner = 3;
* @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 = 3;
* @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 = 3;
*/
com.google.ads.googleads.v10.common.AdImageAssetOrBuilder getCompanionBannerOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy