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
Modifier and TypeMethodDescriptionThe product type of this ad.intThe product type of this ad.A media bundle asset to be used in the ad.A media bundle asset to be used in the ad.booleanA media bundle asset to be used in the ad.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDisplayUploadProductTypeValue
int getDisplayUploadProductTypeValue()The product type of this ad. See comments on the enum for details.
.google.ads.googleads.v18.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.v18.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.v18.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.v18.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.v18.common.AdMediaBundleAsset media_bundle = 2; -
getMediaAssetCase
DisplayUploadAdInfo.MediaAssetCase getMediaAssetCase()
-