Enum ReviewState.State (0.20.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ACTION_REQUIRED

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

ACTION_REQUIRED = 4;

ACTION_REQUIRED_VALUE

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

ACTION_REQUIRED = 4;

ACTIVE

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

ACTIVE = 1;

ACTIVE_VALUE

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

ACTIVE = 1;

FAILED

The review process failed.

FAILED = 2;

FAILED_VALUE

The review process failed.

FAILED = 2;

RUNNING

The review process is running.

RUNNING = 3;

RUNNING_VALUE

The review process is running.

RUNNING = 3;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

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()