Class FirestoreV1.Write

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

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

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

This class provides access to a set of type safe builders for supported write 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: