public enum InventoryVerification.State extends Enum<InventoryVerification.State> implements ProtocolMessageEnum
The state of the inventory verification process.
Protobuf enum google.shopping.merchant.accounts.v1beta.InventoryVerification.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTION_REQUIRED |
When the merchant needs to initiate the inventory verification process. The next state is INACTIVE. |
ACTION_REQUIRED_VALUE |
When the merchant needs to initiate the inventory verification process. The next state is INACTIVE. |
INACTIVE |
When the merchant is ready to request inventory verification. |
INACTIVE_VALUE |
When the merchant is ready to request inventory verification. |
RUNNING |
The inventory verification process is running. If the merchant is rejected, the next state is INACTIVE. |
RUNNING_VALUE |
The inventory verification process is running. If the merchant is rejected, the next state is INACTIVE. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
SUCCEEDED |
The inventory verification process succeeded. |
SUCCEEDED_VALUE |
The inventory verification process succeeded. |
SUSPENDED |
When merchant fails the inventory verification process and all attempts are exhausted. |
SUSPENDED_VALUE |
When merchant fails the inventory verification process and all attempts are exhausted. |
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() |