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