Class JobControllerStub (4.2.0)

public abstract class JobControllerStub implements BackgroundResource

Base stub class for the JobController service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > JobControllerStub

Implements

BackgroundResource

Constructors

JobControllerStub()

public JobControllerStub()

Methods

cancelJobCallable()

public UnaryCallable<CancelJobRequest,Job> cancelJobCallable()
Returns
TypeDescription
UnaryCallable<CancelJobRequest,Job>

close()

public abstract void close()

deleteJobCallable()

public UnaryCallable<DeleteJobRequest,Empty> deleteJobCallable()
Returns
TypeDescription
UnaryCallable<DeleteJobRequest,Empty>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getJobCallable()

public UnaryCallable<GetJobRequest,Job> getJobCallable()
Returns
TypeDescription
UnaryCallable<GetJobRequest,Job>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listJobsCallable()

public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
Returns
TypeDescription
UnaryCallable<ListJobsRequest,ListJobsResponse>

listJobsPagedCallable()

public UnaryCallable<ListJobsRequest,JobControllerClient.ListJobsPagedResponse> listJobsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListJobsRequest,ListJobsPagedResponse>

submitJobAsOperationCallable()

public UnaryCallable<SubmitJobRequest,Operation> submitJobAsOperationCallable()
Returns
TypeDescription
UnaryCallable<SubmitJobRequest,Operation>

submitJobAsOperationOperationCallable()

public OperationCallable<SubmitJobRequest,Job,JobMetadata> submitJobAsOperationOperationCallable()
Returns
TypeDescription
OperationCallable<SubmitJobRequest,Job,JobMetadata>

submitJobCallable()

public UnaryCallable<SubmitJobRequest,Job> submitJobCallable()
Returns
TypeDescription
UnaryCallable<SubmitJobRequest,Job>

updateJobCallable()

public UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
Returns
TypeDescription
UnaryCallable<UpdateJobRequest,Job>