Interface VideoBumperInStreamAdInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AdImageAsset getCompanionBanner()
      The image assets of the companion banner used with the ad.
      AdImageAssetOrBuilder getCompanionBannerOrBuilder()
      The image assets of the companion banner used with the ad.
      boolean hasCompanionBanner()
      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 Detail

      • hasCompanionBanner

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

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

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