Class: Google::Cloud::Chronicle::V1::DataTableOperationErrors
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::DataTableOperationErrors
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/data_table.rb
Overview
The message containing the errors for a data table operation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
-
#rpc_errors ⇒ ::Array<::Google::Rpc::Status>
The list of errors.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}.
490 491 492 493 |
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 490 class DataTableOperationErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rpc_errors ⇒ ::Array<::Google::Rpc::Status>
Returns The list of errors.
Replaces the deprecated errors field.
490 491 492 493 |
# File 'proto_docs/google/cloud/chronicle/v1/data_table.rb', line 490 class DataTableOperationErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |