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

com.google.ads.googleads.v10.common.VideoBumperInStreamAdInfoOrBuilder 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 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