Interface ResponsiveDisplayAdControlSpecOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Whether the advertiser has opted into the asset enhancements feature.
    boolean
    Whether the advertiser has opted into auto-gen video feature.

    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 Details

    • getEnableAssetEnhancements

      boolean getEnableAssetEnhancements()
       Whether the advertiser has opted into the asset enhancements feature.
       
      bool enable_asset_enhancements = 1;
      Returns:
      The enableAssetEnhancements.
    • getEnableAutogenVideo

      boolean getEnableAutogenVideo()
       Whether the advertiser has opted into auto-gen video feature.
       
      bool enable_autogen_video = 2;
      Returns:
      The enableAutogenVideo.