@Generated(value="by gapic-generator-java") public abstract class JobControllerStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
JobControllerStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public OperationsStub getOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
public UnaryCallable<SubmitJobRequest,Job> submitJobCallable()
public OperationCallable<SubmitJobRequest,Job,JobMetadata> submitJobAsOperationOperationCallable()
public UnaryCallable<SubmitJobRequest,Operation> submitJobAsOperationCallable()
public UnaryCallable<GetJobRequest,Job> getJobCallable()
public UnaryCallable<ListJobsRequest,JobControllerClient.ListJobsPagedResponse> listJobsPagedCallable()
public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
public UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
public UnaryCallable<CancelJobRequest,Job> cancelJobCallable()
public UnaryCallable<DeleteJobRequest,Empty> deleteJobCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.