Package com.google.cloud.notebooks.v1
Class ManagedNotebookServiceGrpc
- java.lang.Object
-
- com.google.cloud.notebooks.v1.ManagedNotebookServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManagedNotebookServiceGrpc.AsyncServiceAPI v1 service for Managed Notebooks.static classManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ManagedNotebookService.static classManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ManagedNotebookService.static classManagedNotebookServiceGrpc.ManagedNotebookServiceImplBaseBase class for the server implementation of the service ManagedNotebookService.static classManagedNotebookServiceGrpc.ManagedNotebookServiceStubA stub to allow clients to do asynchronous rpc calls to service ManagedNotebookService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()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.ManagedNotebookServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ManagedNotebookServiceGrpc.ManagedNotebookServiceStubnewStub(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
-
getListRuntimesMethod
public static io.grpc.MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse> getListRuntimesMethod()
-
getGetRuntimeMethod
public static io.grpc.MethodDescriptor<GetRuntimeRequest,Runtime> getGetRuntimeMethod()
-
getCreateRuntimeMethod
public static io.grpc.MethodDescriptor<CreateRuntimeRequest,com.google.longrunning.Operation> getCreateRuntimeMethod()
-
getUpdateRuntimeMethod
public static io.grpc.MethodDescriptor<UpdateRuntimeRequest,com.google.longrunning.Operation> getUpdateRuntimeMethod()
-
getDeleteRuntimeMethod
public static io.grpc.MethodDescriptor<DeleteRuntimeRequest,com.google.longrunning.Operation> getDeleteRuntimeMethod()
-
getStartRuntimeMethod
public static io.grpc.MethodDescriptor<StartRuntimeRequest,com.google.longrunning.Operation> getStartRuntimeMethod()
-
getStopRuntimeMethod
public static io.grpc.MethodDescriptor<StopRuntimeRequest,com.google.longrunning.Operation> getStopRuntimeMethod()
-
getSwitchRuntimeMethod
public static io.grpc.MethodDescriptor<SwitchRuntimeRequest,com.google.longrunning.Operation> getSwitchRuntimeMethod()
-
getResetRuntimeMethod
public static io.grpc.MethodDescriptor<ResetRuntimeRequest,com.google.longrunning.Operation> getResetRuntimeMethod()
-
getUpgradeRuntimeMethod
public static io.grpc.MethodDescriptor<UpgradeRuntimeRequest,com.google.longrunning.Operation> getUpgradeRuntimeMethod()
-
getReportRuntimeEventMethod
public static io.grpc.MethodDescriptor<ReportRuntimeEventRequest,com.google.longrunning.Operation> getReportRuntimeEventMethod()
-
getRefreshRuntimeTokenInternalMethod
public static io.grpc.MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse> getRefreshRuntimeTokenInternalMethod()
-
getDiagnoseRuntimeMethod
public static io.grpc.MethodDescriptor<DiagnoseRuntimeRequest,com.google.longrunning.Operation> getDiagnoseRuntimeMethod()
-
newStub
public static ManagedNotebookServiceGrpc.ManagedNotebookServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub 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(ManagedNotebookServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-