com.google.ads.googleads.v17.common.DisplayUploadAdInfoOrBuilder 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 DisplayUploadAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.DisplayUploadAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The product type of this ad. See comments on the enum for details.
*
*
* .google.ads.googleads.v17.enums.DisplayUploadProductTypeEnum.DisplayUploadProductType display_upload_product_type = 1;
* @return The enum numeric value on the wire for displayUploadProductType.
*/
int getDisplayUploadProductTypeValue();
/**
*
* The product type of this ad. See comments on the enum for details.
*
*
* .google.ads.googleads.v17.enums.DisplayUploadProductTypeEnum.DisplayUploadProductType display_upload_product_type = 1;
* @return The displayUploadProductType.
*/
com.google.ads.googleads.v17.enums.DisplayUploadProductTypeEnum.DisplayUploadProductType getDisplayUploadProductType();
/**
*
* 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.v17.common.AdMediaBundleAsset media_bundle = 2;
* @return Whether the mediaBundle field is set.
*/
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.v17.common.AdMediaBundleAsset media_bundle = 2;
* @return The mediaBundle.
*/
com.google.ads.googleads.v17.common.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.v17.common.AdMediaBundleAsset media_bundle = 2;
*/
com.google.ads.googleads.v17.common.AdMediaBundleAssetOrBuilder getMediaBundleOrBuilder();
com.google.ads.googleads.v17.common.DisplayUploadAdInfo.MediaAssetCase getMediaAssetCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy