Class FirestoreV1.Read

java.lang.Object
org.apache.beam.sdk.io.gcp.firestore.FirestoreV1.Read
Enclosing class:
FirestoreV1

@Immutable public static final class FirestoreV1.Read extends Object
Type safe builder factory for read operations.

This class is part of the Firestore Connector DSL and should be accessed via FirestoreIO.v1().read().

This class provides access to a set of type safe builders for read operations available in the Firestore V1 API accessed through FirestoreStub. Each builder allows configuration before creating an immutable instance which can be used in your pipeline.

See Also: