Class NotebookServiceGrpc (3.44.0)

public final class NotebookServiceGrpc

The interface for Vertex Notebook service (a.k.a. Colab on Workbench).

Inheritance

java.lang.Object > NotebookServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(NotebookServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(NotebookServiceGrpc.AsyncService service)
Parameter
Name Description
service NotebookServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getAssignNotebookRuntimeMethod()

public static MethodDescriptor<AssignNotebookRuntimeRequest,Operation> getAssignNotebookRuntimeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<AssignNotebookRuntimeRequest,Operation>

getCreateNotebookRuntimeTemplateMethod()

public static MethodDescriptor<CreateNotebookRuntimeTemplateRequest,Operation> getCreateNotebookRuntimeTemplateMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateNotebookRuntimeTemplateRequest,Operation>

getDeleteNotebookExecutionJobMethod()

public static MethodDescriptor<DeleteNotebookExecutionJobRequest,Operation> getDeleteNotebookExecutionJobMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteNotebookExecutionJobRequest,Operation>

getDeleteNotebookRuntimeMethod()

public static MethodDescriptor<DeleteNotebookRuntimeRequest,Operation> getDeleteNotebookRuntimeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteNotebookRuntimeRequest,Operation>

getDeleteNotebookRuntimeTemplateMethod()

public static MethodDescriptor<DeleteNotebookRuntimeTemplateRequest,Operation> getDeleteNotebookRuntimeTemplateMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteNotebookRuntimeTemplateRequest,Operation>

getGetNotebookExecutionJobMethod()

public static MethodDescriptor<GetNotebookExecutionJobRequest,NotebookExecutionJob> getGetNotebookExecutionJobMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetNotebookExecutionJobRequest,NotebookExecutionJob>

getGetNotebookRuntimeMethod()

public static MethodDescriptor<GetNotebookRuntimeRequest,NotebookRuntime> getGetNotebookRuntimeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetNotebookRuntimeRequest,NotebookRuntime>

getGetNotebookRuntimeTemplateMethod()

public static MethodDescriptor<GetNotebookRuntimeTemplateRequest,NotebookRuntimeTemplate> getGetNotebookRuntimeTemplateMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetNotebookRuntimeTemplateRequest,NotebookRuntimeTemplate>

getListNotebookExecutionJobsMethod()

public static MethodDescriptor<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse> getListNotebookExecutionJobsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse>

getListNotebookRuntimeTemplatesMethod()

public static MethodDescriptor<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse> getListNotebookRuntimeTemplatesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse>

getListNotebookRuntimesMethod()

public static MethodDescriptor<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse> getListNotebookRuntimesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getStartNotebookRuntimeMethod()

public static MethodDescriptor<StartNotebookRuntimeRequest,Operation> getStartNotebookRuntimeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<StartNotebookRuntimeRequest,Operation>

getUpgradeNotebookRuntimeMethod()

public static MethodDescriptor<UpgradeNotebookRuntimeRequest,Operation> getUpgradeNotebookRuntimeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpgradeNotebookRuntimeRequest,Operation>

newBlockingStub(Channel channel)

public static NotebookServiceGrpc.NotebookServiceBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
NotebookServiceGrpc.NotebookServiceBlockingStub

newFutureStub(Channel channel)

public static NotebookServiceGrpc.NotebookServiceFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
NotebookServiceGrpc.NotebookServiceFutureStub

newStub(Channel channel)

public static NotebookServiceGrpc.NotebookServiceStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
NotebookServiceGrpc.NotebookServiceStub