Class CloudSchedulerStub
- java.lang.Object
-
- com.google.cloud.scheduler.v1.stub.CloudSchedulerStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcCloudSchedulerStub,HttpJsonCloudSchedulerStub
@Generated("by gapic-generator-java") public abstract class CloudSchedulerStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the CloudScheduler service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description CloudSchedulerStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job>createJobCallable()com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty>deleteJobCallable()com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job>getJobCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>getLocationCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>listJobsCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse>listJobsPagedCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>listLocationsCallable()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,CloudSchedulerClient.ListLocationsPagedResponse>listLocationsPagedCallable()com.google.api.gax.rpc.UnaryCallable<PauseJobRequest,Job>pauseJobCallable()com.google.api.gax.rpc.UnaryCallable<ResumeJobRequest,Job>resumeJobCallable()com.google.api.gax.rpc.UnaryCallable<RunJobRequest,Job>runJobCallable()com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job>updateJobCallable()
-
-
-
Method Detail
-
listJobsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,CloudSchedulerClient.ListJobsPagedResponse> listJobsPagedCallable()
-
listJobsCallable
public com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
-
getJobCallable
public com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job> getJobCallable()
-
createJobCallable
public com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job> createJobCallable()
-
updateJobCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateJobRequest,Job> updateJobCallable()
-
deleteJobCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty> deleteJobCallable()
-
pauseJobCallable
public com.google.api.gax.rpc.UnaryCallable<PauseJobRequest,Job> pauseJobCallable()
-
resumeJobCallable
public com.google.api.gax.rpc.UnaryCallable<ResumeJobRequest,Job> resumeJobCallable()
-
runJobCallable
public com.google.api.gax.rpc.UnaryCallable<RunJobRequest,Job> runJobCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,CloudSchedulerClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-