Enum Customer.CustomerAttestationState (3.71.0)

public enum Customer.CustomerAttestationState extends Enum<Customer.CustomerAttestationState> implements ProtocolMessageEnum

The enum represents whether a customer belongs to public sector

Protobuf enum google.cloud.channel.v1.Customer.CustomerAttestationState

Implements

ProtocolMessageEnum

Static Fields

Name Description
CUSTOMER_ATTESTATION_STATE_UNSPECIFIED

Default value if not set yet

CUSTOMER_ATTESTATION_STATE_UNSPECIFIED = 0;

CUSTOMER_ATTESTATION_STATE_UNSPECIFIED_VALUE

Default value if not set yet

CUSTOMER_ATTESTATION_STATE_UNSPECIFIED = 0;

EXEMPT

Customer is exempt from attesting based on exemption list at https://cloud.google.com/terms/direct-tos-exemptions. Contact information of customer will be mandatory.

EXEMPT = 1;

EXEMPT_VALUE

Customer is exempt from attesting based on exemption list at https://cloud.google.com/terms/direct-tos-exemptions. Contact information of customer will be mandatory.

EXEMPT = 1;

NON_EXEMPT_AND_INFO_VERIFIED

Customer is not exempt and has verified the information provided is correct. Contact information of customer will be mandatory.

NON_EXEMPT_AND_INFO_VERIFIED = 2;

NON_EXEMPT_AND_INFO_VERIFIED_VALUE

Customer is not exempt and has verified the information provided is correct. Contact information of customer will be mandatory.

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