public enum ReviewState.State extends Enum<ReviewState.State> implements ProtocolMessageEnum
The state of the review process.
Protobuf enum google.shopping.merchant.accounts.v1beta.ReviewState.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTION_REQUIRED |
The review process is waiting for the merchant to take action. |
ACTION_REQUIRED_VALUE |
The review process is waiting for the merchant to take action. |
ACTIVE |
The review process has concluded successfully. The reviewed item is active. |
ACTIVE_VALUE |
The review process has concluded successfully. The reviewed item is active. |
FAILED |
The review process failed. |
FAILED_VALUE |
The review process failed. |
RUNNING |
The review process is running. |
RUNNING_VALUE |
The review process is running. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |