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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnableAssetEnhancements()Whether the advertiser has opted into the asset enhancements feature.booleangetEnableAutogenVideo()Whether the advertiser has opted into auto-gen video feature.-
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.
-
-