Uses of Class
com.google.api.gax.rpc.OperationCallSettings.Builder
Packages that use OperationCallSettings.Builder
-
Uses of OperationCallSettings.Builder in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return OperationCallSettings.BuilderModifier and TypeMethodDescriptionstatic <RequestT,ResponseT, MetadataT>
OperationCallSettings.Builder<RequestT,ResponseT, MetadataT> OperationCallSettings.newBuilder()Create a new builder which can construct an instance of OperationCallSettings.OperationCallSettings.Builder.setInitialCallSettings(UnaryCallSettings<RequestT, OperationSnapshot> initialCallSettings) Set the call settings which are used on the call to initiate the operation.OperationCallSettings.Builder.setMetadataTransformer(ApiFunction<OperationSnapshot, MetadataT> metadataTransformer) OperationCallSettings.Builder.setPollingAlgorithm(TimedRetryAlgorithm pollingAlgorithm) Set the polling algorithm of the operation.OperationCallSettings.Builder.setResponseTransformer(ApiFunction<OperationSnapshot, ResponseT> responseTransformer) OperationCallSettings.toBuilder()