Enum Handshake.Actor (1.0.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ACCOUNT

The last change was done by the account who has this service.

ACCOUNT = 1;

ACCOUNT_VALUE

The last change was done by the account who has this service.

ACCOUNT = 1;

ACTOR_UNSPECIFIED

Unspecified actor.

ACTOR_UNSPECIFIED = 0;

ACTOR_UNSPECIFIED_VALUE

Unspecified actor.

ACTOR_UNSPECIFIED = 0;

OTHER_PARTY

The last change was done by the other party who this service points to.

OTHER_PARTY = 2;

OTHER_PARTY_VALUE

The last change was done by the other party who this service points to.

OTHER_PARTY = 2;

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