Interface DisplayUploadAdInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DisplayUploadAdInfo,DisplayUploadAdInfo.Builder
public interface DisplayUploadAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisplayUploadProductTypeEnum.DisplayUploadProductTypegetDisplayUploadProductType()The product type of this ad.intgetDisplayUploadProductTypeValue()The product type of this ad.DisplayUploadAdInfo.MediaAssetCasegetMediaAssetCase()AdMediaBundleAssetgetMediaBundle()A media bundle asset to be used in the ad.AdMediaBundleAssetOrBuildergetMediaBundleOrBuilder()A media bundle asset to be used in the ad.booleanhasMediaBundle()A media bundle asset to be used in the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayUploadProductTypeValue
int getDisplayUploadProductTypeValue()
The product type of this ad. See comments on the enum for details.
.google.ads.googleads.v10.enums.DisplayUploadProductTypeEnum.DisplayUploadProductType display_upload_product_type = 1;- Returns:
- The enum numeric value on the wire for displayUploadProductType.
-
getDisplayUploadProductType
DisplayUploadProductTypeEnum.DisplayUploadProductType getDisplayUploadProductType()
The product type of this ad. See comments on the enum for details.
.google.ads.googleads.v10.enums.DisplayUploadProductTypeEnum.DisplayUploadProductType display_upload_product_type = 1;- Returns:
- The displayUploadProductType.
-
hasMediaBundle
boolean hasMediaBundle()
A media bundle asset to be used in the ad. For information about the media bundle for HTML5_UPLOAD_AD, see https://support.google.com/google-ads/answer/1722096 Media bundles that are part of dynamic product types use a special format that needs to be created through the Google Web Designer. See https://support.google.com/webdesigner/answer/7543898 for more information.
.google.ads.googleads.v10.common.AdMediaBundleAsset media_bundle = 2;- Returns:
- Whether the mediaBundle field is set.
-
getMediaBundle
AdMediaBundleAsset getMediaBundle()
A media bundle asset to be used in the ad. For information about the media bundle for HTML5_UPLOAD_AD, see https://support.google.com/google-ads/answer/1722096 Media bundles that are part of dynamic product types use a special format that needs to be created through the Google Web Designer. See https://support.google.com/webdesigner/answer/7543898 for more information.
.google.ads.googleads.v10.common.AdMediaBundleAsset media_bundle = 2;- Returns:
- The mediaBundle.
-
getMediaBundleOrBuilder
AdMediaBundleAssetOrBuilder getMediaBundleOrBuilder()
A media bundle asset to be used in the ad. For information about the media bundle for HTML5_UPLOAD_AD, see https://support.google.com/google-ads/answer/1722096 Media bundles that are part of dynamic product types use a special format that needs to be created through the Google Web Designer. See https://support.google.com/webdesigner/answer/7543898 for more information.
.google.ads.googleads.v10.common.AdMediaBundleAsset media_bundle = 2;
-
getMediaAssetCase
DisplayUploadAdInfo.MediaAssetCase getMediaAssetCase()
-
-