Cloud Bigtable V2 Client - Class ProtoSchema (2.2.1)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ columnsarray<Google\Cloud\Bigtable\V2\ColumnMetadata>

The columns in the result set.

getColumns

The columns in the result set.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setColumns

The columns in the result set.

Parameter
NameDescription
vararray<Google\Cloud\Bigtable\V2\ColumnMetadata>
Returns
TypeDescription
$this