Uses of Interface
com.google.api.gax.grpc.GrpcStubCallableFactory
-
Packages that use GrpcStubCallableFactory Package Description com.google.longrunning.stub -
-
Uses of GrpcStubCallableFactory in com.google.longrunning.stub
Classes in com.google.longrunning.stub that implement GrpcStubCallableFactory Modifier and Type Class Description classGrpcOperationsCallableFactorygRPC callable factory implementation for Google Long Running Operations API.Methods in com.google.longrunning.stub with parameters of type GrpcStubCallableFactory Modifier and Type Method Description static GrpcOperationsStubGrpcOperationsStub. create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)Constructors in com.google.longrunning.stub with parameters of type GrpcStubCallableFactory Constructor Description GrpcOperationsStub(OperationsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcOperationsStub, using the given settings.
-