Reference documentation and code samples for the Cloud Bigtable V2 Client class 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.
Generated from protobuf message google.bigtable.v2.ProtoRows
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ values |
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 |
getValues
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValues
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.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Bigtable\V2\Value>
|
Returns | |
---|---|
Type | Description |
$this |