Class: Google::Cloud::Bigtable::V2::ProtoRowsBatch

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

Overview

Batch of serialized ProtoRows.

Instance Attribute Summary collapse

Instance Attribute Details

#batch_data::String

Returns Merge partial results by concatenating these bytes, then parsing the overall value as a ProtoRows message.

Returns:

  • (::String)

    Merge partial results by concatenating these bytes, then parsing the overall value as a ProtoRows message.



770
771
772
773
# File 'proto_docs/google/bigtable/v2/data.rb', line 770

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