Uses of Class
com.google.api.gax.rpc.OperationCallSettings
Packages that use OperationCallSettings
-
Uses of OperationCallSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return OperationCallSettingsMethods in com.google.api.gax.rpc with parameters of type OperationCallSettingsModifier and TypeMethodDescriptionstatic <RequestT,ResponseT, MetadataT>
OperationCallable<RequestT,ResponseT, MetadataT> Callables.longRunningOperation(UnaryCallable<RequestT, OperationSnapshot> initialCallable, OperationCallSettings<RequestT, ResponseT, MetadataT> operationCallSettings, ClientContext clientContext, LongRunningClient longRunningClient) Creates a callable object that represents a long-running operation.Constructors in com.google.api.gax.rpc with parameters of type OperationCallSettingsModifierConstructorDescriptionBuilder(OperationCallSettings<RequestT, ResponseT, MetadataT> settings)