Class ScheduleServiceGrpc (3.42.0)

public final class ScheduleServiceGrpc

A service for creating and managing Vertex AI's Schedule resources to periodically launch shceudled runs to make API calls.

Inheritance

java.lang.Object > ScheduleServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ScheduleServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ScheduleServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceScheduleServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateScheduleMethod()

public static MethodDescriptor<CreateScheduleRequest,Schedule> getCreateScheduleMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateScheduleRequest,Schedule>

getDeleteScheduleMethod()

public static MethodDescriptor<DeleteScheduleRequest,Operation> getDeleteScheduleMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteScheduleRequest,Operation>

getGetScheduleMethod()

public static MethodDescriptor<GetScheduleRequest,Schedule> getGetScheduleMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetScheduleRequest,Schedule>

getListSchedulesMethod()

public static MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse> getListSchedulesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse>

getPauseScheduleMethod()

public static MethodDescriptor<PauseScheduleRequest,Empty> getPauseScheduleMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<PauseScheduleRequest,Empty>

getResumeScheduleMethod()

public static MethodDescriptor<ResumeScheduleRequest,Empty> getResumeScheduleMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ResumeScheduleRequest,Empty>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateScheduleMethod()

public static MethodDescriptor<UpdateScheduleRequest,Schedule> getUpdateScheduleMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateScheduleRequest,Schedule>

newBlockingStub(Channel channel)

public static ScheduleServiceGrpc.ScheduleServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ScheduleServiceGrpc.ScheduleServiceBlockingStub

newFutureStub(Channel channel)

public static ScheduleServiceGrpc.ScheduleServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ScheduleServiceGrpc.ScheduleServiceFutureStub

newStub(Channel channel)

public static ScheduleServiceGrpc.ScheduleServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ScheduleServiceGrpc.ScheduleServiceStub