Class ExecutionsStub (2.41.0)

public abstract class ExecutionsStub implements BackgroundResource

Base stub class for the Executions service API.

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

Inheritance

java.lang.Object > ExecutionsStub

Implements

BackgroundResource

Constructors

ExecutionsStub()

public ExecutionsStub()

Methods

cancelExecutionCallable()

public UnaryCallable<CancelExecutionRequest,Execution> cancelExecutionCallable()
Returns
TypeDescription
UnaryCallable<CancelExecutionRequest,Execution>

close()

public abstract void close()

createExecutionCallable()

public UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()
Returns
TypeDescription
UnaryCallable<CreateExecutionRequest,Execution>

getExecutionCallable()

public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
Returns
TypeDescription
UnaryCallable<GetExecutionRequest,Execution>

listExecutionsCallable()

public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
Returns
TypeDescription
UnaryCallable<ListExecutionsRequest,ListExecutionsResponse>

listExecutionsPagedCallable()

public UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListExecutionsRequest,ListExecutionsPagedResponse>