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

close()

public abstract void close()

deleteExecutionCallable()

public UnaryCallable<DeleteExecutionRequest,Operation> deleteExecutionCallable()
Returns
TypeDescription
UnaryCallable<DeleteExecutionRequest,Operation>

deleteExecutionOperationCallable()

public OperationCallable<DeleteExecutionRequest,Execution,Execution> deleteExecutionOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteExecutionRequest,Execution,Execution>

getExecutionCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listExecutionsCallable()

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

listExecutionsPagedCallable()

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