Class CloudSchedulerGrpc
- java.lang.Object
-
- com.google.cloud.scheduler.v1beta1.CloudSchedulerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/scheduler/v1beta1/cloudscheduler.proto") public final class CloudSchedulerGrpc extends Object
The Cloud Scheduler API allows external entities to reliably schedule asynchronous jobs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CloudSchedulerGrpc.AsyncService
The Cloud Scheduler API allows external entities to reliably schedule asynchronous jobs.static class
CloudSchedulerGrpc.CloudSchedulerBlockingStub
A stub to allow clients to do synchronous rpc calls to service CloudScheduler.static class
CloudSchedulerGrpc.CloudSchedulerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudScheduler.static class
CloudSchedulerGrpc.CloudSchedulerImplBase
Base class for the server implementation of the service CloudScheduler.static class
CloudSchedulerGrpc.CloudSchedulerStub
A stub to allow clients to do asynchronous rpc calls to service CloudScheduler.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(CloudSchedulerGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateJobRequest,Job>
getCreateJobMethod()
static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty>
getDeleteJobMethod()
static io.grpc.MethodDescriptor<GetJobRequest,Job>
getGetJobMethod()
static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>
getListJobsMethod()
static io.grpc.MethodDescriptor<PauseJobRequest,Job>
getPauseJobMethod()
static io.grpc.MethodDescriptor<ResumeJobRequest,Job>
getResumeJobMethod()
static io.grpc.MethodDescriptor<RunJobRequest,Job>
getRunJobMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateJobRequest,Job>
getUpdateJobMethod()
static CloudSchedulerGrpc.CloudSchedulerBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudSchedulerGrpc.CloudSchedulerFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudSchedulerGrpc.CloudSchedulerStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListJobsMethod
public static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
-
getGetJobMethod
public static io.grpc.MethodDescriptor<GetJobRequest,Job> getGetJobMethod()
-
getCreateJobMethod
public static io.grpc.MethodDescriptor<CreateJobRequest,Job> getCreateJobMethod()
-
getUpdateJobMethod
public static io.grpc.MethodDescriptor<UpdateJobRequest,Job> getUpdateJobMethod()
-
getDeleteJobMethod
public static io.grpc.MethodDescriptor<DeleteJobRequest,com.google.protobuf.Empty> getDeleteJobMethod()
-
getPauseJobMethod
public static io.grpc.MethodDescriptor<PauseJobRequest,Job> getPauseJobMethod()
-
getResumeJobMethod
public static io.grpc.MethodDescriptor<ResumeJobRequest,Job> getResumeJobMethod()
-
getRunJobMethod
public static io.grpc.MethodDescriptor<RunJobRequest,Job> getRunJobMethod()
-
newStub
public static CloudSchedulerGrpc.CloudSchedulerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudSchedulerGrpc.CloudSchedulerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudSchedulerGrpc.CloudSchedulerFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CloudSchedulerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-