Cloud Firestore V1beta1 Client - Class ArrayValue (1.27.3)

Reference documentation and code samples for the Cloud Firestore V1beta1 Client class ArrayValue.

An array value.

Generated from protobuf message google.firestore.v1beta1.ArrayValue

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ values array<Google\Cloud\Firestore\V1beta1\Value>

Values in the array.

getValues

Values in the array.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

Values in the array.

Parameter
NameDescription
var array<Google\Cloud\Firestore\V1beta1\Value>
Returns
TypeDescription
$this