public final class ManagedNotebookServiceGrpc
API v1 service for Managed Notebooks.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Static Methods
getCreateRuntimeMethod()
public static MethodDescriptor<CreateRuntimeRequest,Operation> getCreateRuntimeMethod()
Returns
getDeleteRuntimeMethod()
public static MethodDescriptor<DeleteRuntimeRequest,Operation> getDeleteRuntimeMethod()
Returns
getGetRuntimeMethod()
public static MethodDescriptor<GetRuntimeRequest,Runtime> getGetRuntimeMethod()
Returns
getListRuntimesMethod()
public static MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse> getListRuntimesMethod()
Returns
getRefreshRuntimeTokenInternalMethod()
public static MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse> getRefreshRuntimeTokenInternalMethod()
Returns
getReportRuntimeEventMethod()
public static MethodDescriptor<ReportRuntimeEventRequest,Operation> getReportRuntimeEventMethod()
Returns
getResetRuntimeMethod()
public static MethodDescriptor<ResetRuntimeRequest,Operation> getResetRuntimeMethod()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
getStartRuntimeMethod()
public static MethodDescriptor<StartRuntimeRequest,Operation> getStartRuntimeMethod()
Returns
getStopRuntimeMethod()
public static MethodDescriptor<StopRuntimeRequest,Operation> getStopRuntimeMethod()
Returns
getSwitchRuntimeMethod()
public static MethodDescriptor<SwitchRuntimeRequest,Operation> getSwitchRuntimeMethod()
Returns
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
Name | Description |
channel | io.grpc.Channel
|
Returns
newFutureStub(Channel channel)
public static ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
newStub(Channel channel)
public static ManagedNotebookServiceGrpc.ManagedNotebookServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns