Interface Workload.SaaEnrollmentResponseOrBuilder (2.43.0)

public static interface Workload.SaaEnrollmentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSetupErrors(int index)

public abstract Workload.SaaEnrollmentResponse.SetupError getSetupErrors(int index)

Indicates SAA enrollment setup error if any.

repeated .google.cloud.assuredworkloads.v1beta1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
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.v1beta1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;

Returns
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.v1beta1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;

Returns
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.v1beta1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
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.v1beta1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;

Returns
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.v1beta1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;

Returns
Type Description
Workload.SaaEnrollmentResponse.SetupState

The setupStatus.

getSetupStatusValue()

public abstract int getSetupStatusValue()

Indicates SAA enrollment status of a given workload.

optional .google.cloud.assuredworkloads.v1beta1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;

Returns
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.v1beta1.Workload.SaaEnrollmentResponse.SetupState setup_status = 1;

Returns
Type Description
boolean

Whether the setupStatus field is set.