public static interface Workload.SaaEnrollmentResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSetupErrors(int index)
public abstract Workload.SaaEnrollmentResponse.SetupError getSetupErrors(int index)Indicates SAA enrollment setup error if any.
repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| Workload.SaaEnrollmentResponse.SetupError | The setupErrors at the given index. |
getSetupErrorsCount()
public abstract int getSetupErrorsCount()Indicates SAA enrollment setup error if any.
repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
| Type | Description |
| int | The count of setupErrors. |
getSetupErrorsList()
public abstract List<Workload.SaaEnrollmentResponse.SetupError> getSetupErrorsList()Indicates SAA enrollment setup error if any.
repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
| Type | Description |
| List<SetupError> | A list containing the setupErrors. |
getSetupErrorsValue(int index)
public abstract int getSetupErrorsValue(int index)Indicates SAA enrollment setup error if any.
repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| int | The enum numeric value on the wire of setupErrors at the given index. |
getSetupErrorsValueList()
public abstract List<Integer> getSetupErrorsValueList()Indicates SAA enrollment setup error if any.
repeated .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;
| Type | Description |
| List<Integer> | A list containing the enum numeric values on the wire for setupErrors. |
getSetupStatus()
public abstract Workload.SaaEnrollmentResponse.SetupState getSetupStatus()Indicates SAA enrollment status of a given workload.
optional .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;
| Type | Description |
| Workload.SaaEnrollmentResponse.SetupState | The setupStatus. |
getSetupStatusValue()
public abstract int getSetupStatusValue()Indicates SAA enrollment status of a given workload.
optional .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;
| Type | Description |
| int | The enum numeric value on the wire for setupStatus. |
hasSetupStatus()
public abstract boolean hasSetupStatus()Indicates SAA enrollment status of a given workload.
optional .google.cloud.assuredworkloads.v1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;
| Type | Description |
| boolean | Whether the setupStatus field is set. |