Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DataTableOperationErrors.
The message containing the errors for a data table operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}
Returns
- (::String) — Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}
#rpc_errors
def rpc_errors() -> ::Array<::Google::Rpc::Status>
Returns
-
(::Array<::Google::Rpc::Status>) — The list of errors.
Replaces the deprecated
errorsfield.
#rpc_errors=
def rpc_errors=(value) -> ::Array<::Google::Rpc::Status>
Parameter
-
value (::Array<::Google::Rpc::Status>) — The list of errors.
Replaces the deprecated
errorsfield.
Returns
-
(::Array<::Google::Rpc::Status>) — The list of errors.
Replaces the deprecated
errorsfield.