Class ScheduleServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.ScheduleServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/schedule_service.proto") public final class ScheduleServiceGrpc extends Object
A service for creating and managing Vertex AI's Schedule resources to periodically launch shceudled runs to make API calls.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ScheduleServiceGrpc.AsyncService
A service for creating and managing Vertex AI's Schedule resources to periodically launch shceudled runs to make API calls.static class
ScheduleServiceGrpc.ScheduleServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ScheduleService.static class
ScheduleServiceGrpc.ScheduleServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ScheduleService.static class
ScheduleServiceGrpc.ScheduleServiceImplBase
Base class for the server implementation of the service ScheduleService.static class
ScheduleServiceGrpc.ScheduleServiceStub
A stub to allow clients to do asynchronous rpc calls to service ScheduleService.
-
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(ScheduleServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateScheduleRequest,Schedule>
getCreateScheduleMethod()
static io.grpc.MethodDescriptor<DeleteScheduleRequest,com.google.longrunning.Operation>
getDeleteScheduleMethod()
static io.grpc.MethodDescriptor<GetScheduleRequest,Schedule>
getGetScheduleMethod()
static io.grpc.MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse>
getListSchedulesMethod()
static io.grpc.MethodDescriptor<PauseScheduleRequest,com.google.protobuf.Empty>
getPauseScheduleMethod()
static io.grpc.MethodDescriptor<ResumeScheduleRequest,com.google.protobuf.Empty>
getResumeScheduleMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateScheduleRequest,Schedule>
getUpdateScheduleMethod()
static ScheduleServiceGrpc.ScheduleServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ScheduleServiceGrpc.ScheduleServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ScheduleServiceGrpc.ScheduleServiceStub
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
-
getCreateScheduleMethod
public static io.grpc.MethodDescriptor<CreateScheduleRequest,Schedule> getCreateScheduleMethod()
-
getDeleteScheduleMethod
public static io.grpc.MethodDescriptor<DeleteScheduleRequest,com.google.longrunning.Operation> getDeleteScheduleMethod()
-
getGetScheduleMethod
public static io.grpc.MethodDescriptor<GetScheduleRequest,Schedule> getGetScheduleMethod()
-
getListSchedulesMethod
public static io.grpc.MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse> getListSchedulesMethod()
-
getPauseScheduleMethod
public static io.grpc.MethodDescriptor<PauseScheduleRequest,com.google.protobuf.Empty> getPauseScheduleMethod()
-
getResumeScheduleMethod
public static io.grpc.MethodDescriptor<ResumeScheduleRequest,com.google.protobuf.Empty> getResumeScheduleMethod()
-
getUpdateScheduleMethod
public static io.grpc.MethodDescriptor<UpdateScheduleRequest,Schedule> getUpdateScheduleMethod()
-
newStub
public static ScheduleServiceGrpc.ScheduleServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ScheduleServiceGrpc.ScheduleServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ScheduleServiceGrpc.ScheduleServiceFutureStub 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(ScheduleServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-