Class: Google::Cloud::Bigtable::V2::ProtoRowsBatch
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ProtoRowsBatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
A part of a serialized ProtoRows message.
Instance Attribute Summary collapse
-
#batch_data ⇒ ::String
Part of a serialized
ProtoRowsmessage.
Instance Attribute Details
#batch_data ⇒ ::String
Returns Part of a serialized ProtoRows message.
A complete, parseable ProtoRows message is constructed by
concatenating batch_data from multiple ProtoRowsBatch messages. The
PartialResultSet that contains the last part has complete_batch set to
true.
872 873 874 875 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 872 class ProtoRowsBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |