Package com.google.cloud.run.v2.stub
Class ExecutionsStub
- java.lang.Object
-
- com.google.cloud.run.v2.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 abstract void
close()
com.google.api.gax.rpc.UnaryCallable<DeleteExecutionRequest,com.google.longrunning.Operation>
deleteExecutionCallable()
com.google.api.gax.rpc.OperationCallable<DeleteExecutionRequest,Execution,Execution>
deleteExecutionOperationCallable()
com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
getExecutionCallable()
com.google.api.gax.httpjson.longrunning.stub.OperationsStub
getHttpJsonOperationsStub()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ListExecutionsResponse>
listExecutionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse>
listExecutionsPagedCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
getExecutionCallable
public com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
-
listExecutionsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
-
listExecutionsCallable
public com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
-
deleteExecutionOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteExecutionRequest,Execution,Execution> deleteExecutionOperationCallable()
-
deleteExecutionCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteExecutionRequest,com.google.longrunning.Operation> deleteExecutionCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-