Class JobsV1Beta3Stub (0.9.0)

public abstract class JobsV1Beta3Stub implements BackgroundResource

Base stub class for the JobsV1Beta3 service API.

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

Inheritance

java.lang.Object > JobsV1Beta3Stub

Implements

BackgroundResource

Constructors

JobsV1Beta3Stub()

public JobsV1Beta3Stub()

Methods

aggregatedListJobsCallable()

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

aggregatedListJobsPagedCallable()

public UnaryCallable<ListJobsRequest,JobsV1Beta3Client.AggregatedListJobsPagedResponse> aggregatedListJobsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListJobsRequest,AggregatedListJobsPagedResponse>

checkActiveJobsCallable()

public UnaryCallable<CheckActiveJobsRequest,CheckActiveJobsResponse> checkActiveJobsCallable()
Returns
TypeDescription
UnaryCallable<CheckActiveJobsRequest,CheckActiveJobsResponse>

close()

public abstract void close()

createJobCallable()

public UnaryCallable<CreateJobRequest,Job> createJobCallable()
Returns
TypeDescription
UnaryCallable<CreateJobRequest,Job>

getJobCallable()

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

listJobsCallable()

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

listJobsPagedCallable()

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

snapshotJobCallable()

public UnaryCallable<SnapshotJobRequest,Snapshot> snapshotJobCallable()
Returns
TypeDescription
UnaryCallable<SnapshotJobRequest,Snapshot>

updateJobCallable()

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