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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
APPROVAL_STATE_UNSPECIFIED |
Unspecified approval status. |
APPROVAL_STATE_UNSPECIFIED_VALUE |
Unspecified approval status. |
ESTABLISHED |
Both parties have confirmed the service. |
ESTABLISHED_VALUE |
Both parties have confirmed the service. |
PENDING |
The service was proposed and is waiting to be confirmed. |
PENDING_VALUE |
The service was proposed and is waiting to be confirmed. |
REJECTED |
The service proposal was rejected. |
REJECTED_VALUE |
The service proposal was rejected. |
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() |