public interface ErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.ErrorsOrBuilder> |