public static final class FirestoreV1.BatchGetDocuments
extends org.apache.beam.sdk.transforms.PTransform<InT,OutT>
PTransform<PCollection<BatchGetDocumentsRequest>, PTransform<BatchGetDocumentsResponse>> which will read from Firestore.
This class is part of the Firestore Connector DSL, it has a type safe builder accessible via
FirestoreIO.v1().read().batchGetDocuments().
All request quality-of-service for an instance of this PTransform is scoped to the worker
and configured via FirestoreV1.Transform.Builder.withRpcQosOptions(RpcQosOptions).
FirestoreIO.v1(),
FirestoreV1.read(),
FirestoreV1.Read.batchGetDocuments(),
FirestoreV1.BatchGetDocuments.Builder,
BatchGetDocumentsRequest,
BatchGetDocumentsResponse,
google.firestore.v1.Firestore.BatchGetDocuments,
google.firestore.v1.BatchGetDocumentsRequest,
google.firestore.v1.BatchGetDocumentsResponse,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
FirestoreV1.BatchGetDocuments.Builder
A type safe builder for
FirestoreV1.BatchGetDocuments allowing configuration and instantiation. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.BatchGetDocumentsResponse> |
expand(org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.BatchGetDocumentsRequest> input) |
FirestoreV1.BatchGetDocuments.Builder |
toBuilder()
Create a new
Builder from the current instance. |
addAnnotation, compose, compose, getAdditionalInputs, getAnnotations, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, setDisplayData, setResourceHints, toString, validate, validatepublic org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.BatchGetDocumentsResponse> expand(org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.BatchGetDocumentsRequest> input)
expand in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.BatchGetDocumentsRequest>,org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.BatchGetDocumentsResponse>>public FirestoreV1.BatchGetDocuments.Builder toBuilder()
Builder from the current instance.Builder initialized to the current state of this
instance