Uses of Class
com.google.cloud.firestore.FieldMask
Packages that use FieldMask
-
Uses of FieldMask in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return FieldMaskModifier and TypeMethodDescriptionstatic FieldMaskCreates a FieldMask from the provided field paths.static FieldMaskCreates a FieldMask from the provided field paths.Methods in com.google.cloud.firestore with parameters of type FieldMaskModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<DocumentSnapshot>Reads the document referenced by this DocumentReference.com.google.api.core.ApiFuture<List<DocumentSnapshot>>Firestore.getAll(DocumentReference[] documentReferences, FieldMask fieldMask) Retrieves multiple documents from Firestore, while optionally applying a field mask to reduce the amount of data transmitted.voidFirestore.getAll(DocumentReference[] documentReferences, FieldMask fieldMask, com.google.api.gax.rpc.ApiStreamObserver<DocumentSnapshot> responseObserver) Retrieves multiple documents from Firestore while optionally applying a field mask to reduce the amount of data transmitted.com.google.api.core.ApiFuture<List<DocumentSnapshot>>Transaction.getAll(DocumentReference[] documentReferences, FieldMask fieldMask) Retrieves multiple documents from Firestore, while optionally applying a field mask to reduce the amount of data transmitted from the backend.