Cloud Bigtable V2 Client - Class ArrayValue (2.11.1)

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
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ valuesarray<Value>

The ordered elements in the array.

getValues

The ordered elements in the array.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

The ordered elements in the array.

Parameter
NameDescription
vararray<Value>
Returns
TypeDescription
$this