public enum Handshake.Actor extends Enum<Handshake.Actor> implements ProtocolMessageEnum
The various actors that can be involved in a handshake.
Protobuf enum google.shopping.merchant.accounts.v1.Handshake.Actor
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACCOUNT |
The last change was done by the account who has this service. |
ACCOUNT_VALUE |
The last change was done by the account who has this service. |
ACTOR_UNSPECIFIED |
Unspecified actor. |
ACTOR_UNSPECIFIED_VALUE |
Unspecified actor. |
OTHER_PARTY |
The last change was done by the other party who this service points to. |
OTHER_PARTY_VALUE |
The last change was done by the other party who this service points to. |
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() |