Class ExecutionsStub (0.95.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,Operation> cancelExecutionCallable()
Returns
Type Description
UnaryCallable<CancelExecutionRequest,Operation>

cancelExecutionOperationCallable()

public OperationCallable<CancelExecutionRequest,Execution,Execution> cancelExecutionOperationCallable()
Returns
Type Description
OperationCallable<CancelExecutionRequest,Execution,Execution>

close()

public abstract void close()

deleteExecutionCallable()

public UnaryCallable<DeleteExecutionRequest,Operation> deleteExecutionCallable()
Returns
Type Description
UnaryCallable<DeleteExecutionRequest,Operation>

deleteExecutionOperationCallable()

public OperationCallable<DeleteExecutionRequest,Execution,Execution> deleteExecutionOperationCallable()
Returns
Type Description
OperationCallable<DeleteExecutionRequest,Execution,Execution>

getExecutionCallable()

public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
Returns
Type Description
UnaryCallable<GetExecutionRequest,Execution>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

listExecutionsCallable()

public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
Returns
Type Description
UnaryCallable<ListExecutionsRequest,ListExecutionsResponse>

listExecutionsPagedCallable()

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