Enum InventoryVerification.State (0.20.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ACTION_REQUIRED

When the merchant needs to initiate the inventory verification process. The next state is INACTIVE.

ACTION_REQUIRED = 1;

ACTION_REQUIRED_VALUE

When the merchant needs to initiate the inventory verification process. The next state is INACTIVE.

ACTION_REQUIRED = 1;

INACTIVE

When the merchant is ready to request inventory verification.

INACTIVE = 5;

INACTIVE_VALUE

When the merchant is ready to request inventory verification.

INACTIVE = 5;

RUNNING

The inventory verification process is running. If the merchant is rejected, the next state is INACTIVE.

RUNNING = 2;

RUNNING_VALUE

The inventory verification process is running. If the merchant is rejected, the next state is INACTIVE.

RUNNING = 2;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The inventory verification process succeeded.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The inventory verification process succeeded.

SUCCEEDED = 3;

SUSPENDED

When merchant fails the inventory verification process and all attempts are exhausted.

SUSPENDED = 4;

SUSPENDED_VALUE

When merchant fails the inventory verification process and all attempts are exhausted.

SUSPENDED = 4;

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