public enum Workload.SaaEnrollmentResponse.SetupError extends Enum<Workload.SaaEnrollmentResponse.SetupError> implements ProtocolMessageEnum
Setup error of SAA enrollment.
Protobuf enum
google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ERROR_INVALID_BASE_SETUP |
Invalid states for all customers, to be redirected to AA UI for additional details. |
ERROR_INVALID_BASE_SETUP_VALUE |
Invalid states for all customers, to be redirected to AA UI for additional details. |
ERROR_MISSING_EXTERNAL_SIGNING_KEY |
Returned when there is not an EKM key configured. |
ERROR_MISSING_EXTERNAL_SIGNING_KEY_VALUE |
Returned when there is not an EKM key configured. |
ERROR_NOT_ALL_SERVICES_ENROLLED |
Returned when there are no enrolled services or the customer is enrolled in CAA only for a subset of services. |
ERROR_NOT_ALL_SERVICES_ENROLLED_VALUE |
Returned when there are no enrolled services or the customer is enrolled in CAA only for a subset of services. |
ERROR_SETUP_CHECK_FAILED |
Returned when exception was encountered during evaluation of other criteria. |
ERROR_SETUP_CHECK_FAILED_VALUE |
Returned when exception was encountered during evaluation of other criteria. |
SETUP_ERROR_UNSPECIFIED |
Unspecified. |
SETUP_ERROR_UNSPECIFIED_VALUE |
Unspecified. |
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() |