DataTableOperationErrors(mapping=None, *, ignore_unknown_fields=False, **kwargs)The message containing the errors for a data table operation.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors} |
rpc_errors |
MutableSequence[google.rpc.status_pb2.Status]
The list of errors. Replaces the deprecated errors
field.
|