public interface DataTableOperationErrorsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRpcErrors(int index)
public abstract Status getRpcErrors(int index) The list of errors.
Replaces the deprecated errors field.
repeated .google.rpc.Status rpc_errors = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
|
getRpcErrorsCount()
public abstract int getRpcErrorsCount() The list of errors.
Replaces the deprecated errors field.
repeated .google.rpc.Status rpc_errors = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRpcErrorsList()
public abstract List<Status> getRpcErrorsList() The list of errors.
Replaces the deprecated errors field.
repeated .google.rpc.Status rpc_errors = 3;
| Returns | |
|---|---|
| Type | Description |
List<com.google.rpc.Status> |
|
getRpcErrorsOrBuilder(int index)
public abstract StatusOrBuilder getRpcErrorsOrBuilder(int index) The list of errors.
Replaces the deprecated errors field.
repeated .google.rpc.Status rpc_errors = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getRpcErrorsOrBuilderList()
public abstract List<? extends StatusOrBuilder> getRpcErrorsOrBuilderList() The list of errors.
Replaces the deprecated errors field.
repeated .google.rpc.Status rpc_errors = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |
|