Class ExecutionsStub (2.24.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()

close()

public abstract void close()

createExecutionCallable()

public UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()

getExecutionCallable()

public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()

listExecutionsCallable()

public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()

listExecutionsPagedCallable()

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