public static final class FirestoreV1.ListDocuments
extends org.apache.beam.sdk.transforms.PTransform<InT,OutT>
PTransform<PCollection<ListDocumentsRequest>, PTransform<ListDocumentsResponse>> 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().listDocuments().
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.listDocuments(),
FirestoreV1.ListDocuments.Builder,
ListDocumentsRequest,
ListDocumentsResponse,
google.firestore.v1.Firestore.ListDocuments,
google.firestore.v1.ListDocumentsRequest,
google.firestore.v1.ListDocumentsResponse,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
FirestoreV1.ListDocuments.Builder
A type safe builder for
FirestoreV1.ListDocuments allowing configuration and instantiation. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.Document> |
expand(org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.ListDocumentsRequest> input) |
FirestoreV1.ListDocuments.Builder |
toBuilder()
Create a new
Builder from the current instance. |
public org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.Document> expand(org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.ListDocumentsRequest> input)
expand in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.ListDocumentsRequest>,org.apache.beam.sdk.values.PCollection<com.google.firestore.v1.Document>>public FirestoreV1.ListDocuments.Builder toBuilder()
Builder from the current instance.Builder initialized to the current state of this
instance