Uses of Class
com.google.cloud.batch.v1.Job
-
Packages that use Job Package Description com.google.cloud.batch.v1 A client to Batch APIcom.google.cloud.batch.v1.stub -
-
Uses of Job in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return Job Modifier and Type Method Description JobJob.Builder. build()JobJob.Builder. buildPartial()JobBatchServiceClient. createJob(CreateJobRequest request)Create a Job.JobBatchServiceClient. createJob(LocationName parent, Job job, String jobId)Create a Job.JobBatchServiceClient. createJob(String parent, Job job, String jobId)Create a Job.JobBatchServiceGrpc.BatchServiceBlockingStub. createJob(CreateJobRequest request)Create a Job.static JobJob. getDefaultInstance()JobJob.Builder. getDefaultInstanceForType()JobJob. getDefaultInstanceForType()JobBatchServiceClient. getJob(GetJobRequest request)Get a Job specified by its resource name.JobBatchServiceClient. getJob(JobName name)Get a Job specified by its resource name.JobBatchServiceClient. getJob(String name)Get a Job specified by its resource name.JobBatchServiceGrpc.BatchServiceBlockingStub. getJob(GetJobRequest request)Get a Job specified by its resource name.JobCreateJobRequest.Builder. getJob()Required.JobCreateJobRequest. getJob()Required.JobCreateJobRequestOrBuilder. getJob()Required.JobListJobsResponse.Builder. getJobs(int index)Jobs.JobListJobsResponse. getJobs(int index)Jobs.JobListJobsResponseOrBuilder. getJobs(int index)Jobs.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.batch.v1 that return types with arguments of type Job Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Job>BatchServiceGrpc.BatchServiceFutureStub. createJob(CreateJobRequest request)Create a Job.com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>BatchServiceClient. createJobCallable()Create a Job.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>BatchServiceSettings.Builder. createJobSettings()Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job>BatchServiceSettings. createJobSettings()Returns the object with the settings used for calls to createJob.static io.grpc.MethodDescriptor<CreateJobRequest,Job>BatchServiceGrpc. getCreateJobMethod()static io.grpc.MethodDescriptor<GetJobRequest,Job>BatchServiceGrpc. getGetJobMethod()com.google.common.util.concurrent.ListenableFuture<Job>BatchServiceGrpc.BatchServiceFutureStub. getJob(GetJobRequest request)Get a Job specified by its resource name.com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>BatchServiceClient. getJobCallable()Get a Job specified by its resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>BatchServiceSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>BatchServiceSettings. getJobSettings()Returns the object with the settings used for calls to getJob.List<Job>ListJobsResponse.Builder. getJobsList()Jobs.List<Job>ListJobsResponse. getJobsList()Jobs.List<Job>ListJobsResponseOrBuilder. getJobsList()Jobs.com.google.protobuf.Parser<Job>Job. getParserForType()static com.google.protobuf.Parser<Job>Job. parser()Methods in com.google.cloud.batch.v1 with parameters of type Job Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. addJobs(int index, Job value)Jobs.ListJobsResponse.BuilderListJobsResponse.Builder. addJobs(Job value)Jobs.JobBatchServiceClient. createJob(LocationName parent, Job job, String jobId)Create a Job.JobBatchServiceClient. createJob(String parent, Job job, String jobId)Create a Job.Job.BuilderJob.Builder. mergeFrom(Job other)CreateJobRequest.BuilderCreateJobRequest.Builder. mergeJob(Job value)Required.static Job.BuilderJob. newBuilder(Job prototype)CreateJobRequest.BuilderCreateJobRequest.Builder. setJob(Job value)Required.ListJobsResponse.BuilderListJobsResponse.Builder. setJobs(int index, Job value)Jobs.Method parameters in com.google.cloud.batch.v1 with type arguments of type Job Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. addAllJobs(Iterable<? extends Job> values)Jobs.static com.google.api.core.ApiFuture<BatchServiceClient.ListJobsPagedResponse>BatchServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)default voidBatchServiceGrpc.AsyncService. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Create a Job.voidBatchServiceGrpc.BatchServiceStub. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Create a Job.protected BatchServiceClient.ListJobsPageBatchServiceClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)com.google.api.core.ApiFuture<BatchServiceClient.ListJobsPage>BatchServiceClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)default voidBatchServiceGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Get a Job specified by its resource name.voidBatchServiceGrpc.BatchServiceStub. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)Get a Job specified by its resource name. -
Uses of Job in com.google.cloud.batch.v1.stub
Methods in com.google.cloud.batch.v1.stub that return types with arguments of type Job Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>BatchServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>GrpcBatchServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>HttpJsonBatchServiceStub. createJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>BatchServiceStubSettings.Builder. createJobSettings()Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job>BatchServiceStubSettings. createJobSettings()Returns the object with the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>BatchServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>GrpcBatchServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>HttpJsonBatchServiceStub. getJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>BatchServiceStubSettings.Builder. getJobSettings()Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job>BatchServiceStubSettings. getJobSettings()Returns the object with the settings used for calls to getJob.
-