@Generated(value="by gapic-generator-java") public abstract class ExecutionsStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
ExecutionsStub() |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution> |
cancelExecutionCallable() |
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution> |
createExecutionCallable() |
com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution> |
getExecutionCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> |
listExecutionsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> |
listExecutionsPagedCallable() |
public com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()
public com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
public com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution> cancelExecutionCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2024 Google LLC. All rights reserved.