Enum Handshake.ApprovalState (1.0.0)

public enum Handshake.ApprovalState extends Enum<Handshake.ApprovalState> implements ProtocolMessageEnum

The approal state of a handshake.

Protobuf enum google.shopping.merchant.accounts.v1.Handshake.ApprovalState

Implements

ProtocolMessageEnum

Static Fields

Name Description
APPROVAL_STATE_UNSPECIFIED

Unspecified approval status.

APPROVAL_STATE_UNSPECIFIED = 0;

APPROVAL_STATE_UNSPECIFIED_VALUE

Unspecified approval status.

APPROVAL_STATE_UNSPECIFIED = 0;

ESTABLISHED

Both parties have confirmed the service.

ESTABLISHED = 2;

ESTABLISHED_VALUE

Both parties have confirmed the service.

ESTABLISHED = 2;

PENDING

The service was proposed and is waiting to be confirmed.

PENDING = 1;

PENDING_VALUE

The service was proposed and is waiting to be confirmed.

PENDING = 1;

REJECTED

The service proposal was rejected.

REJECTED = 3;

REJECTED_VALUE

The service proposal was rejected.

REJECTED = 3;

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