Uses of Class
api.Job.JobStatusRequest
-
Packages that use Job.JobStatusRequest Package Description api io.armadaproject -
-
Uses of Job.JobStatusRequest in api
Methods in api that return Job.JobStatusRequest Modifier and Type Method Description Job.JobStatusRequestJob.JobStatusRequest.Builder. build()Job.JobStatusRequestJob.JobStatusRequest.Builder. buildPartial()static Job.JobStatusRequestJob.JobStatusRequest. getDefaultInstance()Job.JobStatusRequestJob.JobStatusRequest.Builder. getDefaultInstanceForType()Job.JobStatusRequestJob.JobStatusRequest. getDefaultInstanceForType()static Job.JobStatusRequestJob.JobStatusRequest. parseDelimitedFrom(InputStream input)static Job.JobStatusRequestJob.JobStatusRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(byte[] data)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(com.google.protobuf.ByteString data)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(com.google.protobuf.CodedInputStream input)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(InputStream input)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(ByteBuffer data)static Job.JobStatusRequestJob.JobStatusRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in api that return types with arguments of type Job.JobStatusRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<Job.JobStatusRequest,Job.JobStatusResponse>JobsGrpc. getGetJobStatusMethod()com.google.protobuf.Parser<Job.JobStatusRequest>Job.JobStatusRequest. getParserForType()static com.google.protobuf.Parser<Job.JobStatusRequest>Job.JobStatusRequest. parser()Methods in api with parameters of type Job.JobStatusRequest Modifier and Type Method Description default voidJobsGrpc.AsyncService. getJobStatus(Job.JobStatusRequest request, io.grpc.stub.StreamObserver<Job.JobStatusResponse> responseObserver)Job.JobStatusResponseJobsGrpc.JobsBlockingStub. getJobStatus(Job.JobStatusRequest request)com.google.common.util.concurrent.ListenableFuture<Job.JobStatusResponse>JobsGrpc.JobsFutureStub. getJobStatus(Job.JobStatusRequest request)voidJobsGrpc.JobsStub. getJobStatus(Job.JobStatusRequest request, io.grpc.stub.StreamObserver<Job.JobStatusResponse> responseObserver)Job.JobStatusRequest.BuilderJob.JobStatusRequest.Builder. mergeFrom(Job.JobStatusRequest other)static Job.JobStatusRequest.BuilderJob.JobStatusRequest. newBuilder(Job.JobStatusRequest prototype) -
Uses of Job.JobStatusRequest in io.armadaproject
Methods in io.armadaproject with parameters of type Job.JobStatusRequest Modifier and Type Method Description Job.JobStatusResponseArmadaClient. getJobStatus(Job.JobStatusRequest jobStatusRequest)
-