Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ReadModifyWriteRowResponse.
Response message for Bigtable.ReadModifyWriteRow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#row
def row() -> ::Google::Cloud::Bigtable::V2::Row
Returns
- (::Google::Cloud::Bigtable::V2::Row) — A Row containing the new contents of all cells modified by the request.
#row=
def row=(value) -> ::Google::Cloud::Bigtable::V2::Row
Parameter
- value (::Google::Cloud::Bigtable::V2::Row) — A Row containing the new contents of all cells modified by the request.
Returns
- (::Google::Cloud::Bigtable::V2::Row) — A Row containing the new contents of all cells modified by the request.