Class CloudSchedulerStub (2.18.0)

public abstract class CloudSchedulerStub implements BackgroundResource

Base stub class for the CloudScheduler service API.

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

Inheritance

java.lang.Object > CloudSchedulerStub

Implements

BackgroundResource

Constructors

CloudSchedulerStub()

public CloudSchedulerStub()

Methods

close()

public abstract void close()

createJobCallable()

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

deleteJobCallable()

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

getJobCallable()

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

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listJobsCallable()

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

listJobsPagedCallable()

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

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,CloudSchedulerClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

pauseJobCallable()

public UnaryCallable<PauseJobRequest,Job> pauseJobCallable()
Returns
TypeDescription
UnaryCallable<PauseJobRequest,Job>

resumeJobCallable()

public UnaryCallable<ResumeJobRequest,Job> resumeJobCallable()
Returns
TypeDescription
UnaryCallable<ResumeJobRequest,Job>

runJobCallable()

public UnaryCallable<RunJobRequest,Job> runJobCallable()
Returns
TypeDescription
UnaryCallable<RunJobRequest,Job>

updateJobCallable()

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