Class FirestoreV1.RunQuery.Builder
- java.lang.Object
-
- org.apache.beam.sdk.io.gcp.firestore.FirestoreV1.RunQuery.Builder
-
- Enclosing class:
- FirestoreV1.RunQuery
public static final class FirestoreV1.RunQuery.Builder extends java.lang.ObjectA type safe builder forFirestoreV1.RunQueryallowing configuration and instantiation.This class is part of the Firestore Connector DSL, it has a type safe builder accessible via
FirestoreIO.v1().read().runQuery().- See Also:
FirestoreIO.v1(),FirestoreV1.read(),FirestoreV1.Read.runQuery(),FirestoreV1.RunQuery,RunQueryRequest,RunQueryResponse, google.firestore.v1.Firestore.RunQuery, google.firestore.v1.RunQueryRequest, google.firestore.v1.RunQueryResponse
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirestoreV1.RunQuerybuild()Create a new instance ofTransformfrom the current builder state.BldrTwithReadTime(@Nullable org.joda.time.Instant readTime)BldrTwithRpcQosOptions(RpcQosOptions rpcQosOptions)Specify theRpcQosOptionsthat will be used when bootstrapping the QOS of each running instance of theTransformcreated by this builder.
-
-
-
Method Detail
-
build
public FirestoreV1.RunQuery build()
Create a new instance ofTransformfrom the current builder state.- Returns:
- a new instance of
Transformfrom the current builder state.
-
withReadTime
public final BldrT withReadTime(@Nullable org.joda.time.Instant readTime)
-
withRpcQosOptions
public final BldrT withRpcQosOptions(RpcQosOptions rpcQosOptions)
Specify theRpcQosOptionsthat will be used when bootstrapping the QOS of each running instance of theTransformcreated 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:
RpcQosOptions,RpcQosOptions.defaultOptions(),RpcQosOptions.newBuilder()
-
-