public enum ApplicationApprovalStatusEnum.ApplicationApprovalStatus extends Enum<ApplicationApprovalStatusEnum.ApplicationApprovalStatus> implements ProtocolMessageEnumThe approval status of the application.
Protobuf enum
google.ads.admanager.v1.ApplicationApprovalStatusEnum.ApplicationApprovalStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
APPEALING |
The application is disapproved but has a pending review status, signaling an appeal. |
APPEALING_VALUE |
The application is disapproved but has a pending review status, signaling an appeal. |
APPLICATION_APPROVAL_STATUS_UNSPECIFIED |
Default value. This value is unused. |
APPLICATION_APPROVAL_STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
APPROVED |
The application can serve ads. |
APPROVED_VALUE |
The application can serve ads. |
DISAPPROVED |
The application failed approval checks and it cannot serve any ads. |
DISAPPROVED_VALUE |
The application failed approval checks and it cannot serve any ads. |
DRAFT |
The application is not yet ready for review. |
DRAFT_VALUE |
The application is not yet ready for review. |
UNCHECKED |
The application has not yet been reviewed. |
UNCHECKED_VALUE |
The application has not yet been reviewed. |
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() |
|