Cloud Firestore V1 Client - Class ArrayValue (1.28.0)

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

An array value.

Generated from protobuf message google.firestore.v1.ArrayValue

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

Values in the array.

getValues

Values in the array.

setValues

Values in the array.

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