Cloud Firestore V1 Client - Class UpdateFieldRequest (1.27.3)

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

The request for FirestoreAdmin.UpdateField.

Generated from protobuf message google.firestore.admin.v1.UpdateFieldRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ field Google\Cloud\Firestore\Admin\V1\Field

Required. The field to be updated.

↳ update_mask Google\Protobuf\FieldMask

A mask, relative to the field. If specified, only configuration specified by this field_mask will be updated in the field.

getField

Required. The field to be updated.

Returns
TypeDescription
Google\Cloud\Firestore\Admin\V1\Field|null

hasField

clearField

setField

Required. The field to be updated.

Parameter
NameDescription
var Google\Cloud\Firestore\Admin\V1\Field
Returns
TypeDescription
$this

getUpdateMask

A mask, relative to the field. If specified, only configuration specified by this field_mask will be updated in the field.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

A mask, relative to the field. If specified, only configuration specified by this field_mask will be updated in the field.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this