Class: Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/bigtable.rb

Overview

A mutation for a given row.

Instance Attribute Summary collapse

Instance Attribute Details

#mutations::Array<::Google::Cloud::Bigtable::V2::Mutation>



267
268
269
270
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 267

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#row_key::String



267
268
269
270
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 267

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end