com.google.ads.googleads.v17.common.ResponsiveDisplayAdControlSpecOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/ad_type_infos.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface ResponsiveDisplayAdControlSpecOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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 - 2024 Weber Informatics LLC | Privacy Policy