Google Cloud Channel V1 Client - Class OperatorType (1.3.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class OperatorType.

Specifies the type of operator responsible for the change

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

OPERATOR_TYPE_UNSPECIFIED

Value: 0

Not used.

Generated from protobuf enum OPERATOR_TYPE_UNSPECIFIED = 0;

CUSTOMER_SERVICE_REPRESENTATIVE

Value: 1

Customer service representative.

Generated from protobuf enum CUSTOMER_SERVICE_REPRESENTATIVE = 1;

SYSTEM

Value: 2

System auto job.

Generated from protobuf enum SYSTEM = 2;

CUSTOMER

Value: 3

Customer user.

Generated from protobuf enum CUSTOMER = 3;

RESELLER

Value: 4

Reseller user.

Generated from protobuf enum RESELLER = 4;