Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class State.
The state of the review process.
Protobuf type google.shopping.merchant.accounts.v1.ReviewState.State
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ ReviewStateMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1The review process has concluded successfully. The reviewed item is active.
Generated from protobuf enum ACTIVE = 1;
FAILED
Value: 2The review process failed.
Generated from protobuf enum FAILED = 2;
RUNNING
Value: 3The review process is running.
Generated from protobuf enum RUNNING = 3;
ACTION_REQUIRED
Value: 4The review process is waiting for the merchant to take action.
Generated from protobuf enum ACTION_REQUIRED = 4;