Class FirestoreV1.BatchWriteWithSummary.Builder
java.lang.Object
org.apache.beam.sdk.io.gcp.firestore.FirestoreV1.BatchWriteWithSummary.Builder
- Enclosing class:
FirestoreV1.BatchWriteWithSummary
A type safe builder for
FirestoreV1.BatchWriteWithSummary
allowing configuration and
instantiation.
This class is part of the Firestore Connector DSL, it has a type safe builder accessible
via FirestoreIO.v1()
.
write()
.
batchWrite()
.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create a new instance ofTransform
from the current builder state.withRpcQosOptions
(RpcQosOptions rpcQosOptions) Specify theRpcQosOptions
that will be used when bootstrapping the QOS of each running instance of theTransform
created by this builder.
-
Method Details
-
withDeadLetterQueue
-
build
Create a new instance ofTransform
from the current builder state.- Returns:
- a new instance of
Transform
from the current builder state.
-
withRpcQosOptions
public final FirestoreV1.BatchWriteWithSummary.Builder withRpcQosOptions(RpcQosOptions rpcQosOptions) Specify theRpcQosOptions
that will be used when bootstrapping the QOS of each running instance of theTransform
created by this builder.NOTE This method behaves as set, mutating the value in this builder instance.
- Parameters:
rpcQosOptions
- The QOS Options to use when bootstrapping and running the builtTransform
.- Returns:
- this builder
- See Also:
-