@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static ScheduleServiceGrpc.ScheduleServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ScheduleServiceGrpc.ScheduleServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateScheduleRequest,Schedule> getCreateScheduleMethod()
public static io.grpc.MethodDescriptor<DeleteScheduleRequest,com.google.longrunning.Operation> getDeleteScheduleMethod()
public static io.grpc.MethodDescriptor<GetScheduleRequest,Schedule> getGetScheduleMethod()
public static io.grpc.MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse> getListSchedulesMethod()
public static io.grpc.MethodDescriptor<PauseScheduleRequest,com.google.protobuf.Empty> getPauseScheduleMethod()
public static io.grpc.MethodDescriptor<ResumeScheduleRequest,com.google.protobuf.Empty> getResumeScheduleMethod()
public static io.grpc.MethodDescriptor<UpdateScheduleRequest,Schedule> getUpdateScheduleMethod()
public static ScheduleServiceGrpc.ScheduleServiceStub newStub(io.grpc.Channel channel)
public static ScheduleServiceGrpc.ScheduleServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ScheduleServiceGrpc.ScheduleServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ScheduleServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.