Class: Google::Cloud::Bigtable::V2::MutateRowsResponse::Entry
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::MutateRowsResponse::Entry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
The result of applying a passed mutation in the original request.
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
The index into the original request's
entrieslist of the Entry for which a result is being reported. -
#status ⇒ ::Google::Rpc::Status
The result of the request Entry identified by
index.
Instance Attribute Details
#index ⇒ ::Integer
345 346 347 348 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 345 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
345 346 347 348 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 345 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |