Package com.google.cloud.run.v2
Class ExecutionsGrpc.ExecutionsStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ExecutionsGrpc.ExecutionsStub>
-
- com.google.cloud.run.v2.ExecutionsGrpc.ExecutionsStub
-
- Enclosing class:
- ExecutionsGrpc
public static final class ExecutionsGrpc.ExecutionsStub extends io.grpc.stub.AbstractAsyncStub<ExecutionsGrpc.ExecutionsStub>
A stub to allow clients to do asynchronous rpc calls to service Executions.Cloud Run Execution Control Plane API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExecutionsGrpc.ExecutionsStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
deleteExecution(DeleteExecutionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes an Execution.void
getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Gets information about an Execution.void
listExecutions(ListExecutionsRequest request, io.grpc.stub.StreamObserver<ListExecutionsResponse> responseObserver)
Lists Executions from a Job.
-
-
-
Method Detail
-
build
protected ExecutionsGrpc.ExecutionsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ExecutionsGrpc.ExecutionsStub>
-
getExecution
public void getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Gets information about an Execution.
-
listExecutions
public void listExecutions(ListExecutionsRequest request, io.grpc.stub.StreamObserver<ListExecutionsResponse> responseObserver)
Lists Executions from a Job.
-
deleteExecution
public void deleteExecution(DeleteExecutionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes an Execution.
-
-