Uses of Class
com.google.cloud.dataplex.v1.Job
-
Packages that use Job Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of Job in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Job Modifier and Type Method Description JobJob.Builder. build()JobJob.Builder. buildPartial()static JobJob. getDefaultInstance()JobJob.Builder. getDefaultInstanceForType()JobJob. getDefaultInstanceForType()JobDataplexServiceClient. getJob(GetJobRequest request)Get job resource.JobDataplexServiceClient. getJob(JobName name)Get job resource.JobDataplexServiceClient. getJob(String name)Get job resource.JobDataplexServiceGrpc.DataplexServiceBlockingStub. getJob(GetJobRequest request)Get job resource.JobRunTaskResponse.Builder. getJob()Jobs created by RunTask API.JobRunTaskResponse. getJob()Jobs created by RunTask API.JobRunTaskResponseOrBuilder. getJob()Jobs created by RunTask API.JobListJobsResponse.Builder. getJobs(int index)Jobs under a given task.JobListJobsResponse. getJobs(int index)Jobs under a given task.JobListJobsResponseOrBuilder. getJobs(int index)Jobs under a given task.JobTask.ExecutionStatus.Builder. getLatestJob()Output only.JobTask.ExecutionStatus. getLatestJob()Output only.JobTask.ExecutionStatusOrBuilder. getLatestJob()Output only.static JobJob. parseDelimitedFrom(InputStream input)static JobJob. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobJob. parseFrom(byte[] data)static JobJob. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobJob. parseFrom(com.google.protobuf.ByteString data)static JobJob. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobJob. parseFrom(com.google.protobuf.CodedInputStream input)static JobJob. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobJob. parseFrom(InputStream input)static JobJob. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobJob. parseFrom(ByteBuffer data)static JobJob. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type Job Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJobRequest,Job>DataplexServiceGrpc. getGetJobMethod()com.google.common.util.concurrent.ListenableFuture<Job>DataplexServiceGrpc.DataplexServiceFutureStub. getJob(GetJobRequest request)Get job resource.com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>DataplexServiceClient. getJobCallable()Get job resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>DataplexServiceSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>DataplexServiceSettings. getJobSettings()Returns the object with the settings used for calls to getJob.List<Job>ListJobsResponse.Builder. getJobsList()Jobs under a given task.List<Job>ListJobsResponse. getJobsList()Jobs under a given task.List<Job>ListJobsResponseOrBuilder. getJobsList()Jobs under a given task.com.google.protobuf.Parser<Job>Job. getParserForType()static com.google.protobuf.Parser<Job>Job. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type Job Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. addJobs(int index, Job value)Jobs under a given task.ListJobsResponse.BuilderListJobsResponse.Builder. addJobs(Job value)Jobs under a given task.Job.BuilderJob.Builder. mergeFrom(Job other)RunTaskResponse.BuilderRunTaskResponse.Builder. mergeJob(Job value)Jobs created by RunTask API.Task.ExecutionStatus.BuilderTask.ExecutionStatus.Builder. mergeLatestJob(Job value)Output only.static Job.BuilderJob. newBuilder(Job prototype)RunTaskResponse.BuilderRunTaskResponse.Builder. setJob(Job value)Jobs created by RunTask API.ListJobsResponse.BuilderListJobsResponse.Builder. setJobs(int index, Job value)Jobs under a given task.Task.ExecutionStatus.BuilderTask.ExecutionStatus.Builder. setLatestJob(Job value)Output only.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type Job Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. addAllJobs(Iterable<? extends Job> values)Jobs under a given task.static com.google.api.core.ApiFuture<DataplexServiceClient.ListJobsPagedResponse>DataplexServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)protected DataplexServiceClient.ListJobsPageDataplexServiceClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)com.google.api.core.ApiFuture<DataplexServiceClient.ListJobsPage>DataplexServiceClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)default voidDataplexServiceGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Get job resource.voidDataplexServiceGrpc.DataplexServiceStub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Get job resource. -
Uses of Job in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type Job Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>DataplexServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>GrpcDataplexServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>HttpJsonDataplexServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>DataplexServiceStubSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>DataplexServiceStubSettings. getJobSettings()Returns the object with the settings used for calls to getJob.
-