Class ExecutionsStub (0.72.0)

publicabstractclass ExecutionsStubimplementsBackgroundResource

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()

publicExecutionsStub()

Methods

cancelExecutionCallable()

publicUnaryCallable<CancelExecutionRequest,Operation>cancelExecutionCallable()
Returns
Type Description
UnaryCallable<CancelExecutionRequest,Operation>

cancelExecutionOperationCallable()

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

close()

publicabstractvoidclose()

deleteExecutionCallable()

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

deleteExecutionOperationCallable()

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

getExecutionCallable()

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

getHttpJsonOperationsStub()

publicOperationsStubgetHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description
OperationsStub

listExecutionsCallable()

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

listExecutionsPagedCallable()

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.