Interface Workload.SaaEnrollmentResponseOrBuilder (0.9.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.v1.Workload.SaaEnrollmentResponse.SetupError setup_errors = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the setupStatus field is set.