public final class NotebookServiceGrpc
API v2 service for Workbench Notebooks Instances.
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)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCheckInstanceUpgradabilityMethod()
public static MethodDescriptor<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse> getCheckInstanceUpgradabilityMethod()
getCreateInstanceMethod()
public static MethodDescriptor<CreateInstanceRequest,Operation> getCreateInstanceMethod()
getDeleteInstanceMethod()
public static MethodDescriptor<DeleteInstanceRequest,Operation> getDeleteInstanceMethod()
getDiagnoseInstanceMethod()
public static MethodDescriptor<DiagnoseInstanceRequest,Operation> getDiagnoseInstanceMethod()
getGetInstanceMethod()
public static MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
getListInstancesMethod()
public static MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
getResetInstanceMethod()
public static MethodDescriptor<ResetInstanceRequest,Operation> getResetInstanceMethod()
getRollbackInstanceMethod()
public static MethodDescriptor<RollbackInstanceRequest,Operation> getRollbackInstanceMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getStartInstanceMethod()
public static MethodDescriptor<StartInstanceRequest,Operation> getStartInstanceMethod()
getStopInstanceMethod()
public static MethodDescriptor<StopInstanceRequest,Operation> getStopInstanceMethod()
getUpdateInstanceMethod()
public static MethodDescriptor<UpdateInstanceRequest,Operation> getUpdateInstanceMethod()
getUpgradeInstanceMethod()
public static MethodDescriptor<UpgradeInstanceRequest,Operation> getUpgradeInstanceMethod()
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
|
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
|
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
|