Class: Google::Cloud::Bigtable::V2::ReadModifyWriteRowResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ReadModifyWriteRowResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Response message for Bigtable.ReadModifyWriteRow.
Instance Attribute Summary collapse
-
#row ⇒ ::Google::Cloud::Bigtable::V2::Row
A Row containing the new contents of all cells modified by the request.
Instance Attribute Details
#row ⇒ ::Google::Cloud::Bigtable::V2::Row
Returns A Row containing the new contents of all cells modified by the request.
492 493 494 495 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 492 class ReadModifyWriteRowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |