public interface AdReviewCenterAdOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getManualReviewStatuses(int index)
public abstract ManualAdReviewCenterAdStatusEnum.ManualAdReviewCenterAdStatus getManualReviewStatuses(int index)Output only. The manual review status of the AdReviewCenterAd (for web properties in MCR mode). For MCR mode, a single ad could have multiple statuses (for example, pending and serving at the same time, if the ad is affected by a protection in certain inventory only). This field is not set for the standard mode.
repeated .google.ads.admanager.v1.ManualAdReviewCenterAdStatusEnum.ManualAdReviewCenterAdStatus manual_review_statuses = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
ManualAdReviewCenterAdStatusEnum.ManualAdReviewCenterAdStatus |
The manualReviewStatuses at the given index. |
getManualReviewStatusesCount()
public abstract int getManualReviewStatusesCount()Output only. The manual review status of the AdReviewCenterAd (for web properties in MCR mode). For MCR mode, a single ad could have multiple statuses (for example, pending and serving at the same time, if the ad is affected by a protection in certain inventory only). This field is not set for the standard mode.
repeated .google.ads.admanager.v1.ManualAdReviewCenterAdStatusEnum.ManualAdReviewCenterAdStatus manual_review_statuses = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of manualReviewStatuses. |
getManualReviewStatusesList()
public abstract List<ManualAdReviewCenterAdStatusEnum.ManualAdReviewCenterAdStatus> getManualReviewStatusesList()Output only. The manual review status of the AdReviewCenterAd (for web properties in MCR mode). For MCR mode, a single ad could have multiple statuses (for example, pending and serving at the same time, if the ad is affected by a protection in certain inventory only). This field is not set for the standard mode.
repeated .google.ads.admanager.v1.ManualAdReviewCenterAdStatusEnum.ManualAdReviewCenterAdStatus manual_review_statuses = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<ManualAdReviewCenterAdStatus> |
A list containing the manualReviewStatuses. |
getManualReviewStatusesValue(int index)
public abstract int getManualReviewStatusesValue(int index)Output only. The manual review status of the AdReviewCenterAd (for web properties in MCR mode). For MCR mode, a single ad could have multiple statuses (for example, pending and serving at the same time, if the ad is affected by a protection in certain inventory only). This field is not set for the standard mode.
repeated .google.ads.admanager.v1.ManualAdReviewCenterAdStatusEnum.ManualAdReviewCenterAdStatus manual_review_statuses = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of manualReviewStatuses at the given index. |
getManualReviewStatusesValueList()
public abstract List<Integer> getManualReviewStatusesValueList()Output only. The manual review status of the AdReviewCenterAd (for web properties in MCR mode). For MCR mode, a single ad could have multiple statuses (for example, pending and serving at the same time, if the ad is affected by a protection in certain inventory only). This field is not set for the standard mode.
repeated .google.ads.admanager.v1.ManualAdReviewCenterAdStatusEnum.ManualAdReviewCenterAdStatus manual_review_statuses = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for manualReviewStatuses. |
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. |