@BetaApi @Generated(value="by gapic-generator-java") public abstract class JobServiceStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
JobServiceStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public OperationsStub getOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
public UnaryCallable<CreateJobRequest,Job> createJobCallable()
public OperationCallable<BatchCreateJobsRequest,JobOperationResult,BatchOperationMetadata> batchCreateJobsOperationCallable()
public UnaryCallable<BatchCreateJobsRequest,Operation> batchCreateJobsCallable()
public UnaryCallable<GetJobRequest,Job> getJobCallable()
public UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
public OperationCallable<BatchUpdateJobsRequest,JobOperationResult,BatchOperationMetadata> batchUpdateJobsOperationCallable()
public UnaryCallable<BatchUpdateJobsRequest,Operation> batchUpdateJobsCallable()
public UnaryCallable<DeleteJobRequest,Empty> deleteJobCallable()
public UnaryCallable<BatchDeleteJobsRequest,Empty> batchDeleteJobsCallable()
public UnaryCallable<ListJobsRequest,JobServiceClient.ListJobsPagedResponse> listJobsPagedCallable()
public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
public UnaryCallable<SearchJobsRequest,JobServiceClient.SearchJobsPagedResponse> searchJobsPagedCallable()
public UnaryCallable<SearchJobsRequest,SearchJobsResponse> searchJobsCallable()
public UnaryCallable<SearchJobsRequest,JobServiceClient.SearchJobsForAlertPagedResponse> searchJobsForAlertPagedCallable()
public UnaryCallable<SearchJobsRequest,SearchJobsResponse> searchJobsForAlertCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.