Class FirestoreV1.Write

  • Enclosing class:
    FirestoreV1

    @Experimental(SOURCE_SINK)
    @Immutable
    public static final class FirestoreV1.Write
    extends java.lang.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:
    FirestoreIO.v1(), FirestoreV1.write()