| Package | Description | 
|---|---|
| com.google.cloud.firestore | 
| Modifier and Type | Method and Description | 
|---|---|
static FieldMask | 
FieldMask.of(FieldPath... fieldPaths)
Creates a FieldMask from the provided field paths. 
 | 
static FieldMask | 
FieldMask.of(String... fieldPaths)
Creates a FieldMask from the provided field paths. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
Copyright © 2019 Google LLC. All rights reserved.