Uses of Class
com.google.cloud.dataproc.v1.Job
-
Packages that use Job Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of Job in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return Job Modifier and Type Method Description Job
Job.Builder. build()
Job
Job.Builder. buildPartial()
Job
JobControllerClient. cancelJob(CancelJobRequest request)
Starts a job cancellation request.Job
JobControllerClient. cancelJob(String projectId, String region, String jobId)
Starts a job cancellation request.Job
JobControllerGrpc.JobControllerBlockingStub. cancelJob(CancelJobRequest request)
Starts a job cancellation request.static Job
Job. getDefaultInstance()
Job
Job.Builder. getDefaultInstanceForType()
Job
Job. getDefaultInstanceForType()
Job
JobControllerClient. getJob(GetJobRequest request)
Gets the resource representation for a job in a project.Job
JobControllerClient. getJob(String projectId, String region, String jobId)
Gets the resource representation for a job in a project.Job
JobControllerGrpc.JobControllerBlockingStub. getJob(GetJobRequest request)
Gets the resource representation for a job in a project.Job
SubmitJobRequest.Builder. getJob()
Required.Job
SubmitJobRequest. getJob()
Required.Job
SubmitJobRequestOrBuilder. getJob()
Required.Job
UpdateJobRequest.Builder. getJob()
Required.Job
UpdateJobRequest. getJob()
Required.Job
UpdateJobRequestOrBuilder. getJob()
Required.Job
ListJobsResponse.Builder. getJobs(int index)
Output only.Job
ListJobsResponse. getJobs(int index)
Output only.Job
ListJobsResponseOrBuilder. getJobs(int index)
Output only.static Job
Job. parseDelimitedFrom(InputStream input)
static Job
Job. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(byte[] data)
static Job
Job. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(com.google.protobuf.ByteString data)
static Job
Job. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(com.google.protobuf.CodedInputStream input)
static Job
Job. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(InputStream input)
static Job
Job. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Job
Job. parseFrom(ByteBuffer data)
static Job
Job. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Job
JobControllerClient. submitJob(SubmitJobRequest request)
Submits a job to a cluster.Job
JobControllerClient. submitJob(String projectId, String region, Job job)
Submits a job to a cluster.Job
JobControllerGrpc.JobControllerBlockingStub. submitJob(SubmitJobRequest request)
Submits a job to a cluster.Job
JobControllerClient. updateJob(UpdateJobRequest request)
Updates a job in a project.Job
JobControllerGrpc.JobControllerBlockingStub. updateJob(UpdateJobRequest request)
Updates a job in a project.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type Job Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Job>
JobControllerGrpc.JobControllerFutureStub. cancelJob(CancelJobRequest request)
Starts a job cancellation request.com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,Job>
JobControllerClient. cancelJobCallable()
Starts a job cancellation request.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelJobRequest,Job>
JobControllerSettings.Builder. cancelJobSettings()
Returns the builder for the settings used for calls to cancelJob.com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,Job>
JobControllerSettings. cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.static io.grpc.MethodDescriptor<CancelJobRequest,Job>
JobControllerGrpc. getCancelJobMethod()
static io.grpc.MethodDescriptor<GetJobRequest,Job>
JobControllerGrpc. getGetJobMethod()
com.google.common.util.concurrent.ListenableFuture<Job>
JobControllerGrpc.JobControllerFutureStub. getJob(GetJobRequest request)
Gets the resource representation for a job in a project.com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
JobControllerClient. getJobCallable()
Gets the resource representation for a job in a project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
JobControllerSettings.Builder. getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>
JobControllerSettings. getJobSettings()
Returns the object with the settings used for calls to getJob.List<Job>
ListJobsResponse.Builder. getJobsList()
Output only.List<Job>
ListJobsResponse. getJobsList()
Output only.List<Job>
ListJobsResponseOrBuilder. getJobsList()
Output only.com.google.protobuf.Parser<Job>
Job. getParserForType()
static io.grpc.MethodDescriptor<SubmitJobRequest,Job>
JobControllerGrpc. getSubmitJobMethod()
static io.grpc.MethodDescriptor<UpdateJobRequest,Job>
JobControllerGrpc. getUpdateJobMethod()
static com.google.protobuf.Parser<Job>
Job. parser()
com.google.common.util.concurrent.ListenableFuture<Job>
JobControllerGrpc.JobControllerFutureStub. submitJob(SubmitJobRequest request)
Submits a job to a cluster.com.google.api.gax.longrunning.OperationFuture<Job,JobMetadata>
JobControllerClient. submitJobAsOperationAsync(SubmitJobRequest request)
Submits job to a cluster.com.google.api.gax.longrunning.OperationFuture<Job,JobMetadata>
JobControllerClient. submitJobAsOperationAsync(String projectId, String region, Job job)
Submits job to a cluster.com.google.api.gax.rpc.OperationCallable<SubmitJobRequest,Job,JobMetadata>
JobControllerClient. submitJobAsOperationOperationCallable()
Submits job to a cluster.com.google.api.gax.rpc.OperationCallSettings.Builder<SubmitJobRequest,Job,JobMetadata>
JobControllerSettings.Builder. submitJobAsOperationOperationSettings()
Returns the builder for the settings used for calls to submitJobAsOperation.com.google.api.gax.rpc.OperationCallSettings<SubmitJobRequest,Job,JobMetadata>
JobControllerSettings. submitJobAsOperationOperationSettings()
Returns the object with the settings used for calls to submitJobAsOperation.com.google.api.gax.rpc.UnaryCallable<SubmitJobRequest,Job>
JobControllerClient. submitJobCallable()
Submits a job to a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SubmitJobRequest,Job>
JobControllerSettings.Builder. submitJobSettings()
Returns the builder for the settings used for calls to submitJob.com.google.api.gax.rpc.UnaryCallSettings<SubmitJobRequest,Job>
JobControllerSettings. submitJobSettings()
Returns the object with the settings used for calls to submitJob.com.google.common.util.concurrent.ListenableFuture<Job>
JobControllerGrpc.JobControllerFutureStub. updateJob(UpdateJobRequest request)
Updates a job in a project.com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
JobControllerClient. updateJobCallable()
Updates a job in a project.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>
JobControllerSettings.Builder. updateJobSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job>
JobControllerSettings. updateJobSettings()
Returns the object with the settings used for calls to updateJob.Methods in com.google.cloud.dataproc.v1 with parameters of type Job Modifier and Type Method Description ListJobsResponse.Builder
ListJobsResponse.Builder. addJobs(int index, Job value)
Output only.ListJobsResponse.Builder
ListJobsResponse.Builder. addJobs(Job value)
Output only.Job.Builder
Job.Builder. mergeFrom(Job other)
SubmitJobRequest.Builder
SubmitJobRequest.Builder. mergeJob(Job value)
Required.UpdateJobRequest.Builder
UpdateJobRequest.Builder. mergeJob(Job value)
Required.static Job.Builder
Job. newBuilder(Job prototype)
SubmitJobRequest.Builder
SubmitJobRequest.Builder. setJob(Job value)
Required.UpdateJobRequest.Builder
UpdateJobRequest.Builder. setJob(Job value)
Required.ListJobsResponse.Builder
ListJobsResponse.Builder. setJobs(int index, Job value)
Output only.Job
JobControllerClient. submitJob(String projectId, String region, Job job)
Submits a job to a cluster.com.google.api.gax.longrunning.OperationFuture<Job,JobMetadata>
JobControllerClient. submitJobAsOperationAsync(String projectId, String region, Job job)
Submits job to a cluster.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type Job Modifier and Type Method Description ListJobsResponse.Builder
ListJobsResponse.Builder. addAllJobs(Iterable<? extends Job> values)
Output only.default void
JobControllerGrpc.AsyncService. cancelJob(CancelJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Starts a job cancellation request.void
JobControllerGrpc.JobControllerStub. cancelJob(CancelJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Starts a job cancellation request.static com.google.api.core.ApiFuture<JobControllerClient.ListJobsPagedResponse>
JobControllerClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
protected JobControllerClient.ListJobsPage
JobControllerClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
com.google.api.core.ApiFuture<JobControllerClient.ListJobsPage>
JobControllerClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
default void
JobControllerGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Gets the resource representation for a job in a project.void
JobControllerGrpc.JobControllerStub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Gets the resource representation for a job in a project.default void
JobControllerGrpc.AsyncService. submitJob(SubmitJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Submits a job to a cluster.void
JobControllerGrpc.JobControllerStub. submitJob(SubmitJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Submits a job to a cluster.default void
JobControllerGrpc.AsyncService. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Updates a job in a project.void
JobControllerGrpc.JobControllerStub. updateJob(UpdateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Updates a job in a project. -
Uses of Job in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type Job Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,Job>
GrpcJobControllerStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,Job>
HttpJsonJobControllerStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallable<CancelJobRequest,Job>
JobControllerStub. cancelJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelJobRequest,Job>
JobControllerStubSettings.Builder. cancelJobSettings()
Returns the builder for the settings used for calls to cancelJob.com.google.api.gax.rpc.UnaryCallSettings<CancelJobRequest,Job>
JobControllerStubSettings. cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
GrpcJobControllerStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
HttpJsonJobControllerStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>
JobControllerStub. getJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
JobControllerStubSettings.Builder. getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>
JobControllerStubSettings. getJobSettings()
Returns the object with the settings used for calls to getJob.com.google.api.gax.rpc.OperationCallable<SubmitJobRequest,Job,JobMetadata>
GrpcJobControllerStub. submitJobAsOperationOperationCallable()
com.google.api.gax.rpc.OperationCallable<SubmitJobRequest,Job,JobMetadata>
HttpJsonJobControllerStub. submitJobAsOperationOperationCallable()
com.google.api.gax.rpc.OperationCallable<SubmitJobRequest,Job,JobMetadata>
JobControllerStub. submitJobAsOperationOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SubmitJobRequest,Job,JobMetadata>
JobControllerStubSettings.Builder. submitJobAsOperationOperationSettings()
Returns the builder for the settings used for calls to submitJobAsOperation.com.google.api.gax.rpc.OperationCallSettings<SubmitJobRequest,Job,JobMetadata>
JobControllerStubSettings. submitJobAsOperationOperationSettings()
Returns the object with the settings used for calls to submitJobAsOperation.com.google.api.gax.rpc.UnaryCallable<SubmitJobRequest,Job>
GrpcJobControllerStub. submitJobCallable()
com.google.api.gax.rpc.UnaryCallable<SubmitJobRequest,Job>
HttpJsonJobControllerStub. submitJobCallable()
com.google.api.gax.rpc.UnaryCallable<SubmitJobRequest,Job>
JobControllerStub. submitJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SubmitJobRequest,Job>
JobControllerStubSettings.Builder. submitJobSettings()
Returns the builder for the settings used for calls to submitJob.com.google.api.gax.rpc.UnaryCallSettings<SubmitJobRequest,Job>
JobControllerStubSettings. submitJobSettings()
Returns the object with the settings used for calls to submitJob.com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
GrpcJobControllerStub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
HttpJsonJobControllerStub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>
JobControllerStub. updateJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>
JobControllerStubSettings.Builder. updateJobSettings()
Returns the builder for the settings used for calls to updateJob.com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job>
JobControllerStubSettings. updateJobSettings()
Returns the object with the settings used for calls to updateJob.
-