Enum CloudIdentityInfo.CustomerType (3.9.0)

public enum CloudIdentityInfo.CustomerType extends Enum<CloudIdentityInfo.CustomerType> implements ProtocolMessageEnum

CustomerType of the customer

Protobuf enum google.cloud.channel.v1.CloudIdentityInfo.CustomerType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CUSTOMER_TYPE_UNSPECIFIED

Not used.

CUSTOMER_TYPE_UNSPECIFIED = 0;

CUSTOMER_TYPE_UNSPECIFIED_VALUE

Not used.

CUSTOMER_TYPE_UNSPECIFIED = 0;

DOMAIN

Domain-owning customer which needs domain verification to use services.

DOMAIN = 1;

DOMAIN_VALUE

Domain-owning customer which needs domain verification to use services.

DOMAIN = 1;

TEAM

Team customer which needs email verification to use services.

TEAM = 2;

TEAM_VALUE

Team customer which needs email verification to use services.

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