Enum EntitlementChange.OperatorType (3.41.0)

public enum EntitlementChange.OperatorType extends Enum<EntitlementChange.OperatorType> implements ProtocolMessageEnum

Specifies the type of operator responsible for the change

Protobuf enum google.cloud.channel.v1.EntitlementChange.OperatorType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CUSTOMER

Customer user.

CUSTOMER = 3;

CUSTOMER_SERVICE_REPRESENTATIVE

Customer service representative.

CUSTOMER_SERVICE_REPRESENTATIVE = 1;

CUSTOMER_SERVICE_REPRESENTATIVE_VALUE

Customer service representative.

CUSTOMER_SERVICE_REPRESENTATIVE = 1;

CUSTOMER_VALUE

Customer user.

CUSTOMER = 3;

OPERATOR_TYPE_UNSPECIFIED

Not used.

OPERATOR_TYPE_UNSPECIFIED = 0;

OPERATOR_TYPE_UNSPECIFIED_VALUE

Not used.

OPERATOR_TYPE_UNSPECIFIED = 0;

RESELLER

Reseller user.

RESELLER = 4;

RESELLER_VALUE

Reseller user.

RESELLER = 4;

SYSTEM

System auto job.

SYSTEM = 2;

SYSTEM_VALUE

System auto job.

SYSTEM = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()