@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/notebooks/v1/managed_service.proto") public final class ManagedNotebookServiceGrpc extends Object
API v1 service for Managed Notebooks.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ManagedNotebookServiceGrpc.AsyncService
API v1 service for Managed Notebooks.
|
static class |
ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ManagedNotebookService.
|
static class |
ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service
ManagedNotebookService.
|
static class |
ManagedNotebookServiceGrpc.ManagedNotebookServiceImplBase
Base class for the server implementation of the service ManagedNotebookService.
|
static class |
ManagedNotebookServiceGrpc.ManagedNotebookServiceStub
A stub to allow clients to do asynchronous rpc calls to service ManagedNotebookService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(ManagedNotebookServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateRuntimeRequest,com.google.longrunning.Operation> |
getCreateRuntimeMethod() |
static io.grpc.MethodDescriptor<DeleteRuntimeRequest,com.google.longrunning.Operation> |
getDeleteRuntimeMethod() |
static io.grpc.MethodDescriptor<DiagnoseRuntimeRequest,com.google.longrunning.Operation> |
getDiagnoseRuntimeMethod() |
static io.grpc.MethodDescriptor<GetRuntimeRequest,Runtime> |
getGetRuntimeMethod() |
static io.grpc.MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse> |
getListRuntimesMethod() |
static io.grpc.MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse> |
getRefreshRuntimeTokenInternalMethod() |
static io.grpc.MethodDescriptor<ReportRuntimeEventRequest,com.google.longrunning.Operation> |
getReportRuntimeEventMethod() |
static io.grpc.MethodDescriptor<ResetRuntimeRequest,com.google.longrunning.Operation> |
getResetRuntimeMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StartRuntimeRequest,com.google.longrunning.Operation> |
getStartRuntimeMethod() |
static io.grpc.MethodDescriptor<StopRuntimeRequest,com.google.longrunning.Operation> |
getStopRuntimeMethod() |
static io.grpc.MethodDescriptor<SwitchRuntimeRequest,com.google.longrunning.Operation> |
getSwitchRuntimeMethod() |
static io.grpc.MethodDescriptor<UpdateRuntimeRequest,com.google.longrunning.Operation> |
getUpdateRuntimeMethod() |
static io.grpc.MethodDescriptor<UpgradeRuntimeRequest,com.google.longrunning.Operation> |
getUpgradeRuntimeMethod() |
static ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ManagedNotebookServiceGrpc.ManagedNotebookServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse> getListRuntimesMethod()
public static io.grpc.MethodDescriptor<GetRuntimeRequest,Runtime> getGetRuntimeMethod()
public static io.grpc.MethodDescriptor<CreateRuntimeRequest,com.google.longrunning.Operation> getCreateRuntimeMethod()
public static io.grpc.MethodDescriptor<UpdateRuntimeRequest,com.google.longrunning.Operation> getUpdateRuntimeMethod()
public static io.grpc.MethodDescriptor<DeleteRuntimeRequest,com.google.longrunning.Operation> getDeleteRuntimeMethod()
public static io.grpc.MethodDescriptor<StartRuntimeRequest,com.google.longrunning.Operation> getStartRuntimeMethod()
public static io.grpc.MethodDescriptor<StopRuntimeRequest,com.google.longrunning.Operation> getStopRuntimeMethod()
public static io.grpc.MethodDescriptor<SwitchRuntimeRequest,com.google.longrunning.Operation> getSwitchRuntimeMethod()
public static io.grpc.MethodDescriptor<ResetRuntimeRequest,com.google.longrunning.Operation> getResetRuntimeMethod()
public static io.grpc.MethodDescriptor<UpgradeRuntimeRequest,com.google.longrunning.Operation> getUpgradeRuntimeMethod()
public static io.grpc.MethodDescriptor<ReportRuntimeEventRequest,com.google.longrunning.Operation> getReportRuntimeEventMethod()
public static io.grpc.MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse> getRefreshRuntimeTokenInternalMethod()
public static io.grpc.MethodDescriptor<DiagnoseRuntimeRequest,com.google.longrunning.Operation> getDiagnoseRuntimeMethod()
public static ManagedNotebookServiceGrpc.ManagedNotebookServiceStub newStub(io.grpc.Channel channel)
public static ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ManagedNotebookServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.