Class ExecutionsStub
- java.lang.Object
-
- com.google.cloud.workflows.executions.v1.stub.ExecutionsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcExecutionsStub,HttpJsonExecutionsStub
@Generated("by gapic-generator-java") public abstract class ExecutionsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Executions service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description ExecutionsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>cancelExecutionCallable()abstract voidclose()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()
-
-
-
Method Detail
-
listExecutionsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
-
listExecutionsCallable
public com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
-
createExecutionCallable
public com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()
-
getExecutionCallable
public com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
-
cancelExecutionCallable
public com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution> cancelExecutionCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-