Class: Google::Cloud::Bigtable::V2::ReadModifyWriteRowResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#row::Google::Cloud::Bigtable::V2::Row

Returns A Row containing the new contents of all cells modified by the request.

Returns:



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