Enum Workload.SaaEnrollmentResponse.SetupError (2.41.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ERROR_INVALID_BASE_SETUP

Invalid states for all customers, to be redirected to AA UI for additional details.

ERROR_INVALID_BASE_SETUP = 1;

ERROR_INVALID_BASE_SETUP_VALUE

Invalid states for all customers, to be redirected to AA UI for additional details.

ERROR_INVALID_BASE_SETUP = 1;

ERROR_MISSING_EXTERNAL_SIGNING_KEY

Returned when there is not an EKM key configured.

ERROR_MISSING_EXTERNAL_SIGNING_KEY = 2;

ERROR_MISSING_EXTERNAL_SIGNING_KEY_VALUE

Returned when there is not an EKM key configured.

ERROR_MISSING_EXTERNAL_SIGNING_KEY = 2;

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 = 3;

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_NOT_ALL_SERVICES_ENROLLED = 3;

ERROR_SETUP_CHECK_FAILED

Returned when exception was encountered during evaluation of other criteria.

ERROR_SETUP_CHECK_FAILED = 4;

ERROR_SETUP_CHECK_FAILED_VALUE

Returned when exception was encountered during evaluation of other criteria.

ERROR_SETUP_CHECK_FAILED = 4;

SETUP_ERROR_UNSPECIFIED

Unspecified.

SETUP_ERROR_UNSPECIFIED = 0;

SETUP_ERROR_UNSPECIFIED_VALUE

Unspecified.

SETUP_ERROR_UNSPECIFIED = 0;

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