public static final class FirestoreV1.BatchWriteWithSummary.Builder
extends java.lang.Object
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().
 
FirestoreIO.v1(), 
FirestoreV1.write(), 
FirestoreV1.Write.batchWrite(), 
FirestoreV1.BatchWriteWithSummary, 
BatchWriteRequest, 
BatchWriteResponse, 
google.firestore.v1.Firestore.BatchWrite, 
google.firestore.v1.BatchWriteRequest, 
google.firestore.v1.BatchWriteResponse| Modifier and Type | Method and Description | 
|---|---|
| FirestoreV1.BatchWriteWithSummary | build()Create a new instance of  Transformfrom the current builder state. | 
| FirestoreV1.BatchWriteWithDeadLetterQueue.Builder | withDeadLetterQueue() | 
| BldrT | withRpcQosOptions(RpcQosOptions rpcQosOptions)Specify the  RpcQosOptionsthat will be used when bootstrapping the QOS of each
 running instance of theTransformcreated by this builder. | 
public FirestoreV1.BatchWriteWithDeadLetterQueue.Builder withDeadLetterQueue()
public FirestoreV1.BatchWriteWithSummary build()
Transform from the current builder state.Transform from the current builder state.public final BldrT withRpcQosOptions(RpcQosOptions rpcQosOptions)
RpcQosOptions that will be used when bootstrapping the QOS of each
 running instance of the Transform created by this builder.
 NOTE This method behaves as set, mutating the value in this builder instance.
rpcQosOptions - The QOS Options to use when bootstrapping and running the built Transform.RpcQosOptions, 
RpcQosOptions.defaultOptions(), 
RpcQosOptions.newBuilder()