Interface ErrorOrBuilder (1.47.0)

public interface ErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract Errors getErrors(int index)

[Output Only] The array of errors encountered while processing this operation.

repeated .google.cloud.compute.v1.Errors errors = 315977579;

Parameter
NameDescription
indexint
Returns
TypeDescription
Errors

getErrorsCount()

public abstract int getErrorsCount()

[Output Only] The array of errors encountered while processing this operation.

repeated .google.cloud.compute.v1.Errors errors = 315977579;

Returns
TypeDescription
int

getErrorsList()

public abstract List<Errors> getErrorsList()

[Output Only] The array of errors encountered while processing this operation.

repeated .google.cloud.compute.v1.Errors errors = 315977579;

Returns
TypeDescription
List<Errors>

getErrorsOrBuilder(int index)

public abstract ErrorsOrBuilder getErrorsOrBuilder(int index)

[Output Only] The array of errors encountered while processing this operation.

repeated .google.cloud.compute.v1.Errors errors = 315977579;

Parameter
NameDescription
indexint
Returns
TypeDescription
ErrorsOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends ErrorsOrBuilder> getErrorsOrBuilderList()

[Output Only] The array of errors encountered while processing this operation.

repeated .google.cloud.compute.v1.Errors errors = 315977579;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.ErrorsOrBuilder>