@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/notebooks/v1/service.proto") public final class NotebookServiceGrpc extends Object
API v1 service for Cloud AI Platform Notebooks.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotebookServiceGrpc.AsyncService
API v1 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(NotebookServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateEnvironmentRequest,com.google.longrunning.Operation> |
getCreateEnvironmentMethod() |
static io.grpc.MethodDescriptor<CreateExecutionRequest,com.google.longrunning.Operation> |
getCreateExecutionMethod() |
static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> |
getCreateInstanceMethod() |
static io.grpc.MethodDescriptor<CreateScheduleRequest,com.google.longrunning.Operation> |
getCreateScheduleMethod() |
static io.grpc.MethodDescriptor<DeleteEnvironmentRequest,com.google.longrunning.Operation> |
getDeleteEnvironmentMethod() |
static io.grpc.MethodDescriptor<DeleteExecutionRequest,com.google.longrunning.Operation> |
getDeleteExecutionMethod() |
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> |
getDeleteInstanceMethod() |
static io.grpc.MethodDescriptor<DeleteScheduleRequest,com.google.longrunning.Operation> |
getDeleteScheduleMethod() |
static io.grpc.MethodDescriptor<DiagnoseInstanceRequest,com.google.longrunning.Operation> |
getDiagnoseInstanceMethod() |
static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment> |
getGetEnvironmentMethod() |
static io.grpc.MethodDescriptor<GetExecutionRequest,Execution> |
getGetExecutionMethod() |
static io.grpc.MethodDescriptor<GetInstanceHealthRequest,GetInstanceHealthResponse> |
getGetInstanceHealthMethod() |
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> |
getGetInstanceMethod() |
static io.grpc.MethodDescriptor<GetScheduleRequest,Schedule> |
getGetScheduleMethod() |
static io.grpc.MethodDescriptor<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> |
getIsInstanceUpgradeableMethod() |
static io.grpc.MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse> |
getListEnvironmentsMethod() |
static io.grpc.MethodDescriptor<ListExecutionsRequest,ListExecutionsResponse> |
getListExecutionsMethod() |
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
getListInstancesMethod() |
static io.grpc.MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse> |
getListSchedulesMethod() |
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.MethodDescriptor<RollbackInstanceRequest,com.google.longrunning.Operation> |
getRollbackInstanceMethod() |
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<TriggerScheduleRequest,com.google.longrunning.Operation> |
getTriggerScheduleMethod() |
static io.grpc.MethodDescriptor<UpdateInstanceConfigRequest,com.google.longrunning.Operation> |
getUpdateInstanceConfigMethod() |
static io.grpc.MethodDescriptor<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse> |
getUpdateInstanceMetadataItemsMethod() |
static io.grpc.MethodDescriptor<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation> |
getUpdateShieldedInstanceConfigMethod() |
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 service
|
static NotebookServiceGrpc.NotebookServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static NotebookServiceGrpc.NotebookServiceStub |
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<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
public static io.grpc.MethodDescriptor<RegisterInstanceRequest,com.google.longrunning.Operation> getRegisterInstanceMethod()
public static io.grpc.MethodDescriptor<SetInstanceAcceleratorRequest,com.google.longrunning.Operation> getSetInstanceAcceleratorMethod()
public static io.grpc.MethodDescriptor<SetInstanceMachineTypeRequest,com.google.longrunning.Operation> getSetInstanceMachineTypeMethod()
public static io.grpc.MethodDescriptor<UpdateInstanceConfigRequest,com.google.longrunning.Operation> getUpdateInstanceConfigMethod()
public static io.grpc.MethodDescriptor<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation> getUpdateShieldedInstanceConfigMethod()
public static io.grpc.MethodDescriptor<SetInstanceLabelsRequest,com.google.longrunning.Operation> getSetInstanceLabelsMethod()
public static io.grpc.MethodDescriptor<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse> getUpdateInstanceMetadataItemsMethod()
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
public static io.grpc.MethodDescriptor<StartInstanceRequest,com.google.longrunning.Operation> getStartInstanceMethod()
public static io.grpc.MethodDescriptor<StopInstanceRequest,com.google.longrunning.Operation> getStopInstanceMethod()
public static io.grpc.MethodDescriptor<ResetInstanceRequest,com.google.longrunning.Operation> getResetInstanceMethod()
public static io.grpc.MethodDescriptor<ReportInstanceInfoRequest,com.google.longrunning.Operation> getReportInstanceInfoMethod()
public static io.grpc.MethodDescriptor<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> getIsInstanceUpgradeableMethod()
public static io.grpc.MethodDescriptor<GetInstanceHealthRequest,GetInstanceHealthResponse> getGetInstanceHealthMethod()
public static io.grpc.MethodDescriptor<UpgradeInstanceRequest,com.google.longrunning.Operation> getUpgradeInstanceMethod()
public static io.grpc.MethodDescriptor<RollbackInstanceRequest,com.google.longrunning.Operation> getRollbackInstanceMethod()
public static io.grpc.MethodDescriptor<DiagnoseInstanceRequest,com.google.longrunning.Operation> getDiagnoseInstanceMethod()
public static io.grpc.MethodDescriptor<UpgradeInstanceInternalRequest,com.google.longrunning.Operation> getUpgradeInstanceInternalMethod()
public static io.grpc.MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse> getListEnvironmentsMethod()
public static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment> getGetEnvironmentMethod()
public static io.grpc.MethodDescriptor<CreateEnvironmentRequest,com.google.longrunning.Operation> getCreateEnvironmentMethod()
public static io.grpc.MethodDescriptor<DeleteEnvironmentRequest,com.google.longrunning.Operation> getDeleteEnvironmentMethod()
public static io.grpc.MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse> getListSchedulesMethod()
public static io.grpc.MethodDescriptor<GetScheduleRequest,Schedule> getGetScheduleMethod()
public static io.grpc.MethodDescriptor<DeleteScheduleRequest,com.google.longrunning.Operation> getDeleteScheduleMethod()
public static io.grpc.MethodDescriptor<CreateScheduleRequest,com.google.longrunning.Operation> getCreateScheduleMethod()
public static io.grpc.MethodDescriptor<TriggerScheduleRequest,com.google.longrunning.Operation> getTriggerScheduleMethod()
public static io.grpc.MethodDescriptor<ListExecutionsRequest,ListExecutionsResponse> getListExecutionsMethod()
public static io.grpc.MethodDescriptor<GetExecutionRequest,Execution> getGetExecutionMethod()
public static io.grpc.MethodDescriptor<DeleteExecutionRequest,com.google.longrunning.Operation> getDeleteExecutionMethod()
public static io.grpc.MethodDescriptor<CreateExecutionRequest,com.google.longrunning.Operation> getCreateExecutionMethod()
public static NotebookServiceGrpc.NotebookServiceStub newStub(io.grpc.Channel channel)
public static NotebookServiceGrpc.NotebookServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static NotebookServiceGrpc.NotebookServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(NotebookServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.