Interface ResponsiveDisplayAdControlSpecOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getEnableAssetEnhancements()
      Whether the advertiser has opted into the asset enhancements feature.
      boolean getEnableAutogenVideo()
      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 Detail

      • 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.