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

com.google.ads.googleads.v10.common.ResponsiveDisplayAdControlSpecOrBuilder Maven / Gradle / Ivy

// 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 ResponsiveDisplayAdControlSpecOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ResponsiveDisplayAdControlSpec)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Whether the advertiser has opted into the asset enhancements feature.
   * 
* * bool enable_asset_enhancements = 1; * @return The enableAssetEnhancements. */ boolean getEnableAssetEnhancements(); /** *
   * Whether the advertiser has opted into auto-gen video feature.
   * 
* * bool enable_autogen_video = 2; * @return The enableAutogenVideo. */ boolean getEnableAutogenVideo(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy