public interface OperationErrorsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrors(int index)
public abstract OperationError getErrors(int index)The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1.OperationError errors = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OperationError |
|
getErrorsCount()
public abstract int getErrorsCount()The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1.OperationError errors = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getErrorsList()
public abstract List<OperationError> getErrorsList()The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1.OperationError errors = 2;
| Returns | |
|---|---|
| Type | Description |
List<OperationError> |
|
getErrorsOrBuilder(int index)
public abstract OperationErrorOrBuilder getErrorsOrBuilder(int index)The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1.OperationError errors = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OperationErrorOrBuilder |
|
getErrorsOrBuilderList()
public abstract List<? extends OperationErrorOrBuilder> getErrorsOrBuilderList()The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1.OperationError errors = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1.OperationErrorOrBuilder> |
|
getKind()
public abstract String getKind() This is always sql#operationErrors.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#operationErrors.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |