Class: Google::Cloud::Bigtable::V2::ProtoRows
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ProtoRows
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
Rows represented in proto format.
This should be constructed by concatenating the batch_data
from each
of the relevant ProtoRowsBatch
messages and parsing the result as a
ProtoRows
message.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::Google::Cloud::Bigtable::V2::Value>
A proto rows message consists of a list of values.
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::Bigtable::V2::Value>
Returns A proto rows message consists of a list of values. Every N complete values
defines a row, where N is equal to the number of entries in the
metadata.proto_schema.columns
value received in the first response.
760 761 762 763 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 760 class ProtoRows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |