Package org.apache.beam.sdk.io.gcp.firestore
Provides an API for reading from and writing to Google Cloud Firestore.
-
Interface Summary Interface Description FirestoreOptions -
Class Summary Class Description FirestoreIO FirestoreIOprovides an API for reading from and writing to Google Cloud Firestore.FirestoreV1 FirestoreV1provides an API which provides lifecycle managedPTransforms for Cloud Firestore v1 API.FirestoreV1.BatchGetDocuments Concrete class representing aPTransform<PCollection<BatchGetDocumentsRequest>,PTransform<BatchGetDocumentsResponse>>which will read from Firestore.FirestoreV1.BatchGetDocuments.Builder A type safe builder forFirestoreV1.BatchGetDocumentsallowing configuration and instantiation.FirestoreV1.BatchWriteWithDeadLetterQueue Concrete class representing aPTransform<PCollection<Write>,PCollection<FirestoreV1.WriteFailure>which will write to Firestore.FirestoreV1.BatchWriteWithDeadLetterQueue.Builder A type safe builder forFirestoreV1.BatchWriteWithDeadLetterQueueallowing configuration and instantiation.FirestoreV1.BatchWriteWithSummary Concrete class representing aPTransform<PCollection<Write>,PDone>which will write to Firestore.FirestoreV1.BatchWriteWithSummary.Builder A type safe builder forFirestoreV1.BatchWriteWithSummaryallowing configuration and instantiation.FirestoreV1.ListCollectionIds Concrete class representing aPTransform<PCollection<ListCollectionIdsRequest>,PTransform<ListCollectionIdsResponse>>which will read from Firestore.FirestoreV1.ListCollectionIds.Builder A type safe builder forFirestoreV1.ListCollectionIdsallowing configuration and instantiation.FirestoreV1.ListDocuments Concrete class representing aPTransform<PCollection<ListDocumentsRequest>,PTransform<ListDocumentsResponse>>which will read from Firestore.FirestoreV1.ListDocuments.Builder A type safe builder forFirestoreV1.ListDocumentsallowing configuration and instantiation.FirestoreV1.PartitionQuery Concrete class representing aPTransform<PCollection<PartitionQueryRequest>,PTransform<RunQueryRequest>>which will read from Firestore.FirestoreV1.PartitionQuery.Builder A type safe builder forFirestoreV1.PartitionQueryallowing configuration and instantiation.FirestoreV1.Read Type safe builder factory for read operations.FirestoreV1.RunQuery Concrete class representing aPTransform<PCollection<RunQueryRequest>,PTransform<RunQueryResponse>>which will read from Firestore.FirestoreV1.RunQuery.Builder A type safe builder forFirestoreV1.RunQueryallowing configuration and instantiation.FirestoreV1.Write Type safe builder factory for write operations.FirestoreV1.WriteFailure Failure details for an attemptedWrite.FirestoreV1.WriteSuccessSummary Summary object produced when a number of writes are successfully written to Firestore in a single BatchWrite.RpcQosOptions Quality of Service manager options for Firestore RPCs.RpcQosOptions.Builder Mutable Builder class for creating instances ofRpcQosOptions. -
Exception Summary Exception Description FirestoreV1.FailedWritesException Exception that is thrown if one or moreWrites is unsuccessful with a non-retryable status code.