Class WorkflowsServiceV2BetaStub
- java.lang.Object
-
- com.google.cloud.lifesciences.v2beta.stub.WorkflowsServiceV2BetaStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcWorkflowsServiceV2BetaStub
,HttpJsonWorkflowsServiceV2BetaStub
@BetaApi @Generated("by gapic-generator-java") public abstract class WorkflowsServiceV2BetaStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the WorkflowsServiceV2Beta service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description WorkflowsServiceV2BetaStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.httpjson.longrunning.stub.OperationsStub
getHttpJsonOperationsStub()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
listLocationsCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,WorkflowsServiceV2BetaClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<RunPipelineRequest,com.google.longrunning.Operation>
runPipelineCallable()
com.google.api.gax.rpc.OperationCallable<RunPipelineRequest,RunPipelineResponse,Metadata>
runPipelineOperationCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
runPipelineOperationCallable
public com.google.api.gax.rpc.OperationCallable<RunPipelineRequest,RunPipelineResponse,Metadata> runPipelineOperationCallable()
-
runPipelineCallable
public com.google.api.gax.rpc.UnaryCallable<RunPipelineRequest,com.google.longrunning.Operation> runPipelineCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,WorkflowsServiceV2BetaClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-