Package api
Class JobsGrpc.JobsStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<JobsGrpc.JobsStub>
-
- api.JobsGrpc.JobsStub
-
- Enclosing class:
- JobsGrpc
public static final class JobsGrpc.JobsStub extends io.grpc.stub.AbstractAsyncStub<JobsGrpc.JobsStub>
A stub to allow clients to do asynchronous rpc calls to service Jobs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JobsGrpc.JobsStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetJobDetails(Job.JobDetailsRequest request, io.grpc.stub.StreamObserver<Job.JobDetailsResponse> responseObserver)voidgetJobErrors(Job.JobErrorsRequest request, io.grpc.stub.StreamObserver<Job.JobErrorsResponse> responseObserver)voidgetJobRunDetails(Job.JobRunDetailsRequest request, io.grpc.stub.StreamObserver<Job.JobRunDetailsResponse> responseObserver)voidgetJobStatus(Job.JobStatusRequest request, io.grpc.stub.StreamObserver<Job.JobStatusResponse> responseObserver)voidgetJobStatusUsingExternalJobUri(Job.JobStatusUsingExternalJobUriRequest request, io.grpc.stub.StreamObserver<Job.JobStatusResponse> responseObserver)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected JobsGrpc.JobsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<JobsGrpc.JobsStub>
-
getJobStatus
public void getJobStatus(Job.JobStatusRequest request, io.grpc.stub.StreamObserver<Job.JobStatusResponse> responseObserver)
-
getJobStatusUsingExternalJobUri
public void getJobStatusUsingExternalJobUri(Job.JobStatusUsingExternalJobUriRequest request, io.grpc.stub.StreamObserver<Job.JobStatusResponse> responseObserver)
-
getJobDetails
public void getJobDetails(Job.JobDetailsRequest request, io.grpc.stub.StreamObserver<Job.JobDetailsResponse> responseObserver)
-
getJobErrors
public void getJobErrors(Job.JobErrorsRequest request, io.grpc.stub.StreamObserver<Job.JobErrorsResponse> responseObserver)
-
getJobRunDetails
public void getJobRunDetails(Job.JobRunDetailsRequest request, io.grpc.stub.StreamObserver<Job.JobRunDetailsResponse> responseObserver)
-
-