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 Job
Job.Builder. build()
Job
Job.Builder. buildPartial()
Job
BatchServiceClient. createJob(CreateJobRequest request)
Create a Job.Job
BatchServiceClient. createJob(LocationName parent, Job job, String jobId)
Create a Job.Job
BatchServiceClient. createJob(String parent, Job job, String jobId)
Create a Job.Job
BatchServiceGrpc.BatchServiceBlockingStub. createJob(CreateJobRequest request)
Create a Job.static Job
Job. getDefaultInstance()
Job
Job.Builder. getDefaultInstanceForType()
Job
Job. getDefaultInstanceForType()
Job
BatchServiceClient. getJob(GetJobRequest request)
Get a Job specified by its resource name.Job
BatchServiceClient. getJob(JobName name)
Get a Job specified by its resource name.Job
BatchServiceClient. getJob(String name)
Get a Job specified by its resource name.Job
BatchServiceGrpc.BatchServiceBlockingStub. getJob(GetJobRequest request)
Get a Job specified by its resource name.Job
CreateJobRequest.Builder. getJob()
Required.Job
CreateJobRequest. getJob()
Required.Job
CreateJobRequestOrBuilder. getJob()
Required.Job
ListJobsResponse.Builder. getJobs(int index)
Jobs.Job
ListJobsResponse. getJobs(int index)
Jobs.Job
ListJobsResponseOrBuilder. getJobs(int index)
Jobs.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)
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.Builder
ListJobsResponse.Builder. addJobs(int index, Job value)
Jobs.ListJobsResponse.Builder
ListJobsResponse.Builder. addJobs(Job value)
Jobs.Job
BatchServiceClient. createJob(LocationName parent, Job job, String jobId)
Create a Job.Job
BatchServiceClient. createJob(String parent, Job job, String jobId)
Create a Job.Job.Builder
Job.Builder. mergeFrom(Job other)
CreateJobRequest.Builder
CreateJobRequest.Builder. mergeJob(Job value)
Required.static Job.Builder
Job. newBuilder(Job prototype)
CreateJobRequest.Builder
CreateJobRequest.Builder. setJob(Job value)
Required.ListJobsResponse.Builder
ListJobsResponse.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.Builder
ListJobsResponse.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 void
BatchServiceGrpc.AsyncService. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Create a Job.void
BatchServiceGrpc.BatchServiceStub. createJob(CreateJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Create a Job.protected BatchServiceClient.ListJobsPage
BatchServiceClient.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 void
BatchServiceGrpc.AsyncService. getJob(GetJobRequest request, io.grpc.stub.StreamObserver<Job> responseObserver)
Get a Job specified by its resource name.void
BatchServiceGrpc.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.
-