public final class NotebookServiceGrpc
API v1beta1 service for Cloud AI Platform Notebooks.
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 |
|
getCreateEnvironmentMethod()
public static MethodDescriptor<CreateEnvironmentRequest,Operation> getCreateEnvironmentMethod()
getCreateInstanceMethod()
public static MethodDescriptor<CreateInstanceRequest,Operation> getCreateInstanceMethod()
getDeleteEnvironmentMethod()
public static MethodDescriptor<DeleteEnvironmentRequest,Operation> getDeleteEnvironmentMethod()
getDeleteInstanceMethod()
public static MethodDescriptor<DeleteInstanceRequest,Operation> getDeleteInstanceMethod()
getGetEnvironmentMethod()
public static MethodDescriptor<GetEnvironmentRequest,Environment> getGetEnvironmentMethod()
getGetInstanceMethod()
public static MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
getIsInstanceUpgradeableMethod()
public static MethodDescriptor<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> getIsInstanceUpgradeableMethod()
getListEnvironmentsMethod()
public static MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse> getListEnvironmentsMethod()
getListInstancesMethod()
public static MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
getRegisterInstanceMethod()
public static MethodDescriptor<RegisterInstanceRequest,Operation> getRegisterInstanceMethod()
getReportInstanceInfoMethod()
public static MethodDescriptor<ReportInstanceInfoRequest,Operation> getReportInstanceInfoMethod()
getResetInstanceMethod()
public static MethodDescriptor<ResetInstanceRequest,Operation> getResetInstanceMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getSetInstanceAcceleratorMethod()
public static MethodDescriptor<SetInstanceAcceleratorRequest,Operation> getSetInstanceAcceleratorMethod()
getSetInstanceLabelsMethod()
public static MethodDescriptor<SetInstanceLabelsRequest,Operation> getSetInstanceLabelsMethod()
getSetInstanceMachineTypeMethod()
public static MethodDescriptor<SetInstanceMachineTypeRequest,Operation> getSetInstanceMachineTypeMethod()
getStartInstanceMethod()
public static MethodDescriptor<StartInstanceRequest,Operation> getStartInstanceMethod()
getStopInstanceMethod()
public static MethodDescriptor<StopInstanceRequest,Operation> getStopInstanceMethod()
getUpgradeInstanceInternalMethod()
public static MethodDescriptor<UpgradeInstanceInternalRequest,Operation> getUpgradeInstanceInternalMethod()
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
|