Class ManagedNotebookServiceGrpc (1.2.0)

public final class ManagedNotebookServiceGrpc

API v1 service for Managed Notebooks.

Inheritance

java.lang.Object > ManagedNotebookServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateRuntimeMethod()

public static MethodDescriptor<CreateRuntimeRequest,Operation> getCreateRuntimeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateRuntimeRequest,Operation>

getDeleteRuntimeMethod()

public static MethodDescriptor<DeleteRuntimeRequest,Operation> getDeleteRuntimeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteRuntimeRequest,Operation>

getGetRuntimeMethod()

public static MethodDescriptor<GetRuntimeRequest,Runtime> getGetRuntimeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetRuntimeRequest,Runtime>

getListRuntimesMethod()

public static MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse> getListRuntimesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse>

getRefreshRuntimeTokenInternalMethod()

public static MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse> getRefreshRuntimeTokenInternalMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>

getReportRuntimeEventMethod()

public static MethodDescriptor<ReportRuntimeEventRequest,Operation> getReportRuntimeEventMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ReportRuntimeEventRequest,Operation>

getResetRuntimeMethod()

public static MethodDescriptor<ResetRuntimeRequest,Operation> getResetRuntimeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ResetRuntimeRequest,Operation>

getServiceDescriptor()

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

getStartRuntimeMethod()

public static MethodDescriptor<StartRuntimeRequest,Operation> getStartRuntimeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StartRuntimeRequest,Operation>

getStopRuntimeMethod()

public static MethodDescriptor<StopRuntimeRequest,Operation> getStopRuntimeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StopRuntimeRequest,Operation>

getSwitchRuntimeMethod()

public static MethodDescriptor<SwitchRuntimeRequest,Operation> getSwitchRuntimeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SwitchRuntimeRequest,Operation>

newBlockingStub(Channel channel)

public static ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub 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
ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub

newFutureStub(Channel channel)

public static ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub

newStub(Channel channel)

public static ManagedNotebookServiceGrpc.ManagedNotebookServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ManagedNotebookServiceGrpc.ManagedNotebookServiceStub