Interface AdReviewCenterAdOrBuilder (0.39.0)

public interface AdReviewCenterAdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdReviewCenterAdId()

public abstract String getAdReviewCenterAdId()

Output only. AdReviewCenterAd ID.

string ad_review_center_ad_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The adReviewCenterAdId.

getAdReviewCenterAdIdBytes()

public abstract ByteString getAdReviewCenterAdIdBytes()

Output only. AdReviewCenterAd ID.

string ad_review_center_ad_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for adReviewCenterAdId.

getName()

public abstract String getName()

Identifier. The resource name of the AdReviewCenterAd. Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the AdReviewCenterAd. Format: networks/{network_code}/webProperties/{web_property_code}/adReviewCenterAds/{ad_review_center_ad_id}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getPreviewUrl()

public abstract String getPreviewUrl()

Output only. The preview URL that can be embedded or accessed directly which will present the rendered contents of the ad. (This URL expires 72 hours after being retrieved.).

optional string preview_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The previewUrl.

getPreviewUrlBytes()

public abstract ByteString getPreviewUrlBytes()

Output only. The preview URL that can be embedded or accessed directly which will present the rendered contents of the ad. (This URL expires 72 hours after being retrieved.).

optional string preview_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for previewUrl.

getProductType()

public abstract ExchangeSyndicationProductEnum.ExchangeSyndicationProduct getProductType()

Output only. Specifies the ExchangeSyndicationProduct for this AdReviewCenterAd.

.google.ads.admanager.v1.ExchangeSyndicationProductEnum.ExchangeSyndicationProduct product_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExchangeSyndicationProductEnum.ExchangeSyndicationProduct

The productType.

getProductTypeValue()

public abstract int getProductTypeValue()

Output only. Specifies the ExchangeSyndicationProduct for this AdReviewCenterAd.

.google.ads.admanager.v1.ExchangeSyndicationProductEnum.ExchangeSyndicationProduct product_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for productType.

getStatus()

public abstract AdReviewCenterAdStatusEnum.AdReviewCenterAdStatus getStatus()

The status of the AdReviewCenterAd.

.google.ads.admanager.v1.AdReviewCenterAdStatusEnum.AdReviewCenterAdStatus status = 4;

Returns
Type Description
AdReviewCenterAdStatusEnum.AdReviewCenterAdStatus

The status.

getStatusValue()

public abstract int getStatusValue()

The status of the AdReviewCenterAd.

.google.ads.admanager.v1.AdReviewCenterAdStatusEnum.AdReviewCenterAdStatus status = 4;

Returns
Type Description
int

The enum numeric value on the wire for status.

hasPreviewUrl()

public abstract boolean hasPreviewUrl()

Output only. The preview URL that can be embedded or accessed directly which will present the rendered contents of the ad. (This URL expires 72 hours after being retrieved.).

optional string preview_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the previewUrl field is set.