Class WorkflowsServiceV2BetaStub (0.43.0)

public abstract class WorkflowsServiceV2BetaStub implements BackgroundResource

Base stub class for the WorkflowsServiceV2Beta service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > WorkflowsServiceV2BetaStub

Implements

BackgroundResource

Constructors

WorkflowsServiceV2BetaStub()

public WorkflowsServiceV2BetaStub()

Methods

close()

public abstract void close()

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,WorkflowsServiceV2BetaClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

runPipelineCallable()

public UnaryCallable<RunPipelineRequest,Operation> runPipelineCallable()
Returns
TypeDescription
UnaryCallable<RunPipelineRequest,Operation>

runPipelineOperationCallable()

public OperationCallable<RunPipelineRequest,RunPipelineResponse,Metadata> runPipelineOperationCallable()
Returns
TypeDescription
OperationCallable<RunPipelineRequest,RunPipelineResponse,Metadata>