Cloud Bigtable V2 Client - Class ArrayValue (2.5.0)

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

ArrayValue is an ordered list of Value.

Generated from protobuf message google.bigtable.v2.ArrayValue

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ values array<Google\Cloud\Bigtable\V2\Value>

The ordered elements in the array.

getValues

The ordered elements in the array.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setValues

The ordered elements in the array.

Parameter
Name Description
var array<Google\Cloud\Bigtable\V2\Value>
Returns
Type Description
$this