Google Shopping Merchant Accounts V1beta Client - Class State (0.9.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class State.

The state of the review process.

Protobuf type google.shopping.merchant.accounts.v1beta.ReviewState.State

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta \ ReviewState

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The review process has concluded successfully. The reviewed item is active.

Generated from protobuf enum ACTIVE = 1;

FAILED

Value: 2

The review process failed.

Generated from protobuf enum FAILED = 2;

RUNNING

Value: 3

The review process is running.

Generated from protobuf enum RUNNING = 3;

ACTION_REQUIRED

Value: 4

The review process is waiting for the merchant to take action.

Generated from protobuf enum ACTION_REQUIRED = 4;