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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CUSTOMER_ATTESTATION_STATE_UNSPECIFIED |
Default value if not set yet |
CUSTOMER_ATTESTATION_STATE_UNSPECIFIED_VALUE |
Default value if not set yet |
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_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. |
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_VALUE |
Customer is not exempt and has verified the information provided is correct. Contact information of customer will be mandatory. |
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() |