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