Cloud Bigtable V2 Client - Class ProtoSchema (2.11.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<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<ColumnMetadata>
Returns
TypeDescription
$this