Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ProtoRows.
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.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#values
def values() -> ::Array<::Google::Cloud::Bigtable::V2::Value>
    Returns
    
  - 
        (::Array<::Google::Cloud::Bigtable::V2::Value>) — 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.columnsvalue received in the first response. 
#values=
def values=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Value>
    Parameter
    
  - 
        value (::Array<::Google::Cloud::Bigtable::V2::Value>) — 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.columnsvalue received in the first response. 
    Returns
    
- 
        (::Array<::Google::Cloud::Bigtable::V2::Value>) — 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.columnsvalue received in the first response.