Class NotebookServiceGrpc
- java.lang.Object
-
- com.google.cloud.notebooks.v1beta1.NotebookServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/notebooks/v1beta1/service.proto") public final class NotebookServiceGrpc extends Object
API v1beta1 service for Cloud AI Platform Notebooks.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
NotebookServiceGrpc.AsyncService
API v1beta1 service for Cloud AI Platform Notebooks.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<CreateEnvironmentRequest,com.google.longrunning.Operation>
getCreateEnvironmentMethod()
static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation>
getCreateInstanceMethod()
static io.grpc.MethodDescriptor<DeleteEnvironmentRequest,com.google.longrunning.Operation>
getDeleteEnvironmentMethod()
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation>
getDeleteInstanceMethod()
static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>
getGetEnvironmentMethod()
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance>
getGetInstanceMethod()
static io.grpc.MethodDescriptor<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse>
getIsInstanceUpgradeableMethod()
static io.grpc.MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse>
getListEnvironmentsMethod()
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>
getListInstancesMethod()
static io.grpc.MethodDescriptor<RegisterInstanceRequest,com.google.longrunning.Operation>
getRegisterInstanceMethod()
static io.grpc.MethodDescriptor<ReportInstanceInfoRequest,com.google.longrunning.Operation>
getReportInstanceInfoMethod()
static io.grpc.MethodDescriptor<ResetInstanceRequest,com.google.longrunning.Operation>
getResetInstanceMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<SetInstanceAcceleratorRequest,com.google.longrunning.Operation>
getSetInstanceAcceleratorMethod()
static io.grpc.MethodDescriptor<SetInstanceLabelsRequest,com.google.longrunning.Operation>
getSetInstanceLabelsMethod()
static io.grpc.MethodDescriptor<SetInstanceMachineTypeRequest,com.google.longrunning.Operation>
getSetInstanceMachineTypeMethod()
static io.grpc.MethodDescriptor<StartInstanceRequest,com.google.longrunning.Operation>
getStartInstanceMethod()
static io.grpc.MethodDescriptor<StopInstanceRequest,com.google.longrunning.Operation>
getStopInstanceMethod()
static io.grpc.MethodDescriptor<UpgradeInstanceInternalRequest,com.google.longrunning.Operation>
getUpgradeInstanceInternalMethod()
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()
-
getRegisterInstanceMethod
public static io.grpc.MethodDescriptor<RegisterInstanceRequest,com.google.longrunning.Operation> getRegisterInstanceMethod()
-
getSetInstanceAcceleratorMethod
public static io.grpc.MethodDescriptor<SetInstanceAcceleratorRequest,com.google.longrunning.Operation> getSetInstanceAcceleratorMethod()
-
getSetInstanceMachineTypeMethod
public static io.grpc.MethodDescriptor<SetInstanceMachineTypeRequest,com.google.longrunning.Operation> getSetInstanceMachineTypeMethod()
-
getSetInstanceLabelsMethod
public static io.grpc.MethodDescriptor<SetInstanceLabelsRequest,com.google.longrunning.Operation> getSetInstanceLabelsMethod()
-
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()
-
getReportInstanceInfoMethod
public static io.grpc.MethodDescriptor<ReportInstanceInfoRequest,com.google.longrunning.Operation> getReportInstanceInfoMethod()
-
getIsInstanceUpgradeableMethod
public static io.grpc.MethodDescriptor<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> getIsInstanceUpgradeableMethod()
-
getUpgradeInstanceMethod
public static io.grpc.MethodDescriptor<UpgradeInstanceRequest,com.google.longrunning.Operation> getUpgradeInstanceMethod()
-
getUpgradeInstanceInternalMethod
public static io.grpc.MethodDescriptor<UpgradeInstanceInternalRequest,com.google.longrunning.Operation> getUpgradeInstanceInternalMethod()
-
getListEnvironmentsMethod
public static io.grpc.MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse> getListEnvironmentsMethod()
-
getGetEnvironmentMethod
public static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment> getGetEnvironmentMethod()
-
getCreateEnvironmentMethod
public static io.grpc.MethodDescriptor<CreateEnvironmentRequest,com.google.longrunning.Operation> getCreateEnvironmentMethod()
-
getDeleteEnvironmentMethod
public static io.grpc.MethodDescriptor<DeleteEnvironmentRequest,com.google.longrunning.Operation> getDeleteEnvironmentMethod()
-
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()
-
-