Class UpdateMask

public class UpdateMask

A DocumentMask object that lists changed fields. This is only populated for update events.

Inheritance

java.lang.Object > UpdateMask

Constructors

UpdateMask()

public UpdateMask()

Methods

getFieldPaths()

public String[] getFieldPaths()

The list of field paths in the mask. See [Document.fields][google.cloud.firestore.v1.events.Document.fields] for a field path syntax reference.

Returns
TypeDescription
String[]

setFieldPaths(String[] value)

public void setFieldPaths(String[] value)
Parameter
NameDescription
valueString[]