Package com.google.cloud.firestore
Class FieldMask
java.lang.Object
com.google.cloud.firestore.FieldMask
A FieldMask can be used to limit the number of fields returned by a `getAll()` call.
-
Method Summary
-
Method Details
-
of
Creates a FieldMask from the provided field paths.- Parameters:
fieldPaths- A list of field paths.- Returns:
- A
FieldMaskthat describes a subset of fields.
-
of
Creates a FieldMask from the provided field paths.- Parameters:
fieldPaths- A list of field paths.- Returns:
- A
FieldMaskthat describes a subset of fields.
-