public final class ManagedNotebookServiceGrpc
API v1 service for Managed Notebooks.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(ManagedNotebookServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ManagedNotebookServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateRuntimeMethod()
public static MethodDescriptor<CreateRuntimeRequest,Operation> getCreateRuntimeMethod()
getDeleteRuntimeMethod()
public static MethodDescriptor<DeleteRuntimeRequest,Operation> getDeleteRuntimeMethod()
getDiagnoseRuntimeMethod()
public static MethodDescriptor<DiagnoseRuntimeRequest,Operation> getDiagnoseRuntimeMethod()
getGetRuntimeMethod()
public static MethodDescriptor<GetRuntimeRequest,Runtime> getGetRuntimeMethod()
getListRuntimesMethod()
public static MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse> getListRuntimesMethod()
getRefreshRuntimeTokenInternalMethod()
public static MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse> getRefreshRuntimeTokenInternalMethod()
getReportRuntimeEventMethod()
public static MethodDescriptor<ReportRuntimeEventRequest,Operation> getReportRuntimeEventMethod()
getResetRuntimeMethod()
public static MethodDescriptor<ResetRuntimeRequest,Operation> getResetRuntimeMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getStartRuntimeMethod()
public static MethodDescriptor<StartRuntimeRequest,Operation> getStartRuntimeMethod()
getStopRuntimeMethod()
public static MethodDescriptor<StopRuntimeRequest,Operation> getStopRuntimeMethod()
getSwitchRuntimeMethod()
public static MethodDescriptor<SwitchRuntimeRequest,Operation> getSwitchRuntimeMethod()
getUpdateRuntimeMethod()
public static MethodDescriptor<UpdateRuntimeRequest,Operation> getUpdateRuntimeMethod()
getUpgradeRuntimeMethod()
public static MethodDescriptor<UpgradeRuntimeRequest,Operation> getUpgradeRuntimeMethod()
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
|
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
|
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
|