Reference documentation and code samples for the Cloud Firestore V1beta1 Client class DocumentTransform.
A transformation of a document.
Generated from protobuf message google.firestore.v1beta1.DocumentTransform
Namespace
Google \ Cloud \ Firestore \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ document
string
The name of the document to transform.
↳ field_transforms
array< Google\Cloud\Firestore\V1beta1\DocumentTransform\FieldTransform
>
The list of transformations to apply to the fields of the document, in order. This must not be empty.
getDocument
The name of the document to transform.
string
setDocument
The name of the document to transform.
var
string
$this
getFieldTransforms
The list of transformations to apply to the fields of the document, in order.
This must not be empty.
setFieldTransforms
The list of transformations to apply to the fields of the document, in order.
This must not be empty.
$this