Package com.google.cloud.notebooks.v2
Class NotebookServiceGrpc
- java.lang.Object
-
- com.google.cloud.notebooks.v2.NotebookServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/notebooks/v2/service.proto") public final class NotebookServiceGrpc extends Object
API v2 service for Workbench Notebooks Instances.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
NotebookServiceGrpc.AsyncService
API v2 service for Workbench Notebooks Instances.static class
NotebookServiceGrpc.NotebookServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service NotebookService.static class
NotebookServiceGrpc.NotebookServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service NotebookService.static class
NotebookServiceGrpc.NotebookServiceImplBase
Base class for the server implementation of the service NotebookService.static class
NotebookServiceGrpc.NotebookServiceStub
A stub to allow clients to do asynchronous rpc calls to service NotebookService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(NotebookServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse>
getCheckInstanceUpgradabilityMethod()
static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation>
getCreateInstanceMethod()
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation>
getDeleteInstanceMethod()
static io.grpc.MethodDescriptor<DiagnoseInstanceRequest,com.google.longrunning.Operation>
getDiagnoseInstanceMethod()
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance>
getGetInstanceMethod()
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>
getListInstancesMethod()
static io.grpc.MethodDescriptor<ResetInstanceRequest,com.google.longrunning.Operation>
getResetInstanceMethod()
static io.grpc.MethodDescriptor<RollbackInstanceRequest,com.google.longrunning.Operation>
getRollbackInstanceMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<StartInstanceRequest,com.google.longrunning.Operation>
getStartInstanceMethod()
static io.grpc.MethodDescriptor<StopInstanceRequest,com.google.longrunning.Operation>
getStopInstanceMethod()
static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation>
getUpdateInstanceMethod()
static io.grpc.MethodDescriptor<UpgradeInstanceRequest,com.google.longrunning.Operation>
getUpgradeInstanceMethod()
static NotebookServiceGrpc.NotebookServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic NotebookServiceGrpc.NotebookServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic NotebookServiceGrpc.NotebookServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListInstancesMethod
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
-
getGetInstanceMethod
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
-
getCreateInstanceMethod
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
-
getUpdateInstanceMethod
public static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation> getUpdateInstanceMethod()
-
getDeleteInstanceMethod
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
-
getStartInstanceMethod
public static io.grpc.MethodDescriptor<StartInstanceRequest,com.google.longrunning.Operation> getStartInstanceMethod()
-
getStopInstanceMethod
public static io.grpc.MethodDescriptor<StopInstanceRequest,com.google.longrunning.Operation> getStopInstanceMethod()
-
getResetInstanceMethod
public static io.grpc.MethodDescriptor<ResetInstanceRequest,com.google.longrunning.Operation> getResetInstanceMethod()
-
getCheckInstanceUpgradabilityMethod
public static io.grpc.MethodDescriptor<CheckInstanceUpgradabilityRequest,CheckInstanceUpgradabilityResponse> getCheckInstanceUpgradabilityMethod()
-
getUpgradeInstanceMethod
public static io.grpc.MethodDescriptor<UpgradeInstanceRequest,com.google.longrunning.Operation> getUpgradeInstanceMethod()
-
getRollbackInstanceMethod
public static io.grpc.MethodDescriptor<RollbackInstanceRequest,com.google.longrunning.Operation> getRollbackInstanceMethod()
-
getDiagnoseInstanceMethod
public static io.grpc.MethodDescriptor<DiagnoseInstanceRequest,com.google.longrunning.Operation> getDiagnoseInstanceMethod()
-
newStub
public static NotebookServiceGrpc.NotebookServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static NotebookServiceGrpc.NotebookServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static NotebookServiceGrpc.NotebookServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(NotebookServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-