public enum SiteApprovalStatusEnum.SiteApprovalStatus extends Enum<SiteApprovalStatusEnum.SiteApprovalStatus> implements ProtocolMessageEnumRepresents the approval status of a site.
Protobuf enum google.ads.admanager.v1.SiteApprovalStatusEnum.SiteApprovalStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
APPROVED |
The site has been approved to serve ads. |
APPROVED_VALUE |
The site has been approved to serve ads. |
DISAPPROVED |
The site has been disapproved from serving ads. |
DISAPPROVED_VALUE |
The site has been disapproved from serving ads. |
DRAFT |
The default status with which a site is created. |
DRAFT_VALUE |
The default status with which a site is created. |
REQUIRES_REVIEW |
The site has been deactivated and is not serving ads due to dormancy. It must be resubmitted for approval. |
REQUIRES_REVIEW_VALUE |
The site has been deactivated and is not serving ads due to dormancy. It must be resubmitted for approval. |
SITE_APPROVAL_STATUS_UNSPECIFIED |
Default value. This value is unused. |
SITE_APPROVAL_STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNCHECKED |
Once the site is submitted for approval, its status changes from draft to unchecked. It will be reviwed with an estimated turn-around time of 24h. Such a site cannot serve ads. |
UNCHECKED_VALUE |
Once the site is submitted for approval, its status changes from draft to unchecked. It will be reviwed with an estimated turn-around time of 24h. Such a site cannot serve ads. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|