Reference documentation and code samples for the Cloud Bigtable V2 Client class ProtoSchema.
ResultSet schema in proto format
Generated from protobuf message google.bigtable.v2.ProtoSchema
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ columns |
array<Google\Cloud\Bigtable\V2\ColumnMetadata>
The columns in the result set. |
getColumns
The columns in the result set.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setColumns
The columns in the result set.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Bigtable\V2\ColumnMetadata>
|
Returns | |
---|---|
Type | Description |
$this |