Uses of Class
com.google.longrunning.stub.OperationsStub
-
Packages that use OperationsStub Package Description com.google.api.gax.grpc com.google.longrunning A client to Google Long Running Operations API.com.google.longrunning.stub -
-
Uses of OperationsStub in com.google.api.gax.grpc
Methods in com.google.api.gax.grpc with parameters of type OperationsStub Modifier and Type Method Description static <RequestT,ResponseT,MetadataT>
OperationCallable<RequestT,ResponseT,MetadataT>GrpcCallableFactory. createOperationCallable(GrpcCallSettings<RequestT,com.google.longrunning.Operation> grpcCallSettings, OperationCallSettings<RequestT,ResponseT,MetadataT> operationCallSettings, ClientContext clientContext, OperationsStub operationsStub)
Creates a callable object that represents a long-running operation.<RequestT,ResponseT,MetadataT>
OperationCallable<RequestT,ResponseT,MetadataT>GrpcStubCallableFactory. createOperationCallable(GrpcCallSettings<RequestT,com.google.longrunning.Operation> grpcCallSettings, OperationCallSettings<RequestT,ResponseT,MetadataT> operationCallSettings, ClientContext clientContext, OperationsStub operationsStub)
Creates a callable object that represents a long-running operation. -
Uses of OperationsStub in com.google.longrunning
Methods in com.google.longrunning that return OperationsStub Modifier and Type Method Description OperationsStub
OperationsClient. getStub()
Methods in com.google.longrunning with parameters of type OperationsStub Modifier and Type Method Description static OperationsClient
OperationsClient. create(OperationsStub stub)
Constructs an instance of OperationsClient, using the given stub for making calls.Constructors in com.google.longrunning with parameters of type OperationsStub Constructor Description OperationsClient(OperationsStub stub)
-
Uses of OperationsStub in com.google.longrunning.stub
Subclasses of OperationsStub in com.google.longrunning.stub Modifier and Type Class Description class
GrpcOperationsStub
gRPC stub implementation for Google Long Running Operations API.Methods in com.google.longrunning.stub that return OperationsStub Modifier and Type Method Description OperationsStub
OperationsStubSettings. createStub()
Methods in com.google.longrunning.stub with parameters of type OperationsStub Modifier and Type Method Description <RequestT,ResponseT,MetadataT>
OperationCallable<RequestT,ResponseT,MetadataT>GrpcOperationsCallableFactory. createOperationCallable(GrpcCallSettings<RequestT,com.google.longrunning.Operation> grpcCallSettings, OperationCallSettings<RequestT,ResponseT,MetadataT> operationCallSettings, ClientContext clientContext, OperationsStub operationsStub)
-