Cloud Bigtable V2 Client - Class Struct (2.11.1)

Reference documentation and code samples for the Cloud Bigtable V2 Client class Struct.

A structured data value, consisting of fields which map to dynamically typed values.

Values of type Struct are stored in Value.array_value where entries are in the same order and number as field_types.

Generated from protobuf message google.bigtable.v2.Type.Struct

Namespace

Google \ Cloud \ Bigtable \ V2 \ Type

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ fieldsarray<Struct\Field>

The names and types of the fields in this struct.

getFields

The names and types of the fields in this struct.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFields

The names and types of the fields in this struct.

Parameter
NameDescription
vararray<Struct\Field>
Returns
TypeDescription
$this