Package com.google.cloud.notebooks.v1
Class NotebookServiceGrpc
- java.lang.Object
-
- com.google.cloud.notebooks.v1.NotebookServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotebookServiceGrpc.AsyncServiceAPI v1 service for Cloud AI Platform Notebooks.static classNotebookServiceGrpc.NotebookServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service NotebookService.static classNotebookServiceGrpc.NotebookServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service NotebookService.static classNotebookServiceGrpc.NotebookServiceImplBaseBase class for the server implementation of the service NotebookService.static classNotebookServiceGrpc.NotebookServiceStubA stub to allow clients to do asynchronous rpc calls to service NotebookService.
-
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(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.ServiceDescriptorgetServiceDescriptor()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.NotebookServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic NotebookServiceGrpc.NotebookServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic NotebookServiceGrpc.NotebookServiceStubnewStub(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()
-
getUpdateInstanceConfigMethod
public static io.grpc.MethodDescriptor<UpdateInstanceConfigRequest,com.google.longrunning.Operation> getUpdateInstanceConfigMethod()
-
getUpdateShieldedInstanceConfigMethod
public static io.grpc.MethodDescriptor<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation> getUpdateShieldedInstanceConfigMethod()
-
getSetInstanceLabelsMethod
public static io.grpc.MethodDescriptor<SetInstanceLabelsRequest,com.google.longrunning.Operation> getSetInstanceLabelsMethod()
-
getUpdateInstanceMetadataItemsMethod
public static io.grpc.MethodDescriptor<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse> getUpdateInstanceMetadataItemsMethod()
-
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()
-
getGetInstanceHealthMethod
public static io.grpc.MethodDescriptor<GetInstanceHealthRequest,GetInstanceHealthResponse> getGetInstanceHealthMethod()
-
getUpgradeInstanceMethod
public static io.grpc.MethodDescriptor<UpgradeInstanceRequest,com.google.longrunning.Operation> getUpgradeInstanceMethod()
-
getRollbackInstanceMethod
public static io.grpc.MethodDescriptor<RollbackInstanceRequest,com.google.longrunning.Operation> getRollbackInstanceMethod()
-
getDiagnoseInstanceMethod
public static io.grpc.MethodDescriptor<DiagnoseInstanceRequest,com.google.longrunning.Operation> getDiagnoseInstanceMethod()
-
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()
-
getListSchedulesMethod
public static io.grpc.MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse> getListSchedulesMethod()
-
getGetScheduleMethod
public static io.grpc.MethodDescriptor<GetScheduleRequest,Schedule> getGetScheduleMethod()
-
getDeleteScheduleMethod
public static io.grpc.MethodDescriptor<DeleteScheduleRequest,com.google.longrunning.Operation> getDeleteScheduleMethod()
-
getCreateScheduleMethod
public static io.grpc.MethodDescriptor<CreateScheduleRequest,com.google.longrunning.Operation> getCreateScheduleMethod()
-
getTriggerScheduleMethod
public static io.grpc.MethodDescriptor<TriggerScheduleRequest,com.google.longrunning.Operation> getTriggerScheduleMethod()
-
getListExecutionsMethod
public static io.grpc.MethodDescriptor<ListExecutionsRequest,ListExecutionsResponse> getListExecutionsMethod()
-
getGetExecutionMethod
public static io.grpc.MethodDescriptor<GetExecutionRequest,Execution> getGetExecutionMethod()
-
getDeleteExecutionMethod
public static io.grpc.MethodDescriptor<DeleteExecutionRequest,com.google.longrunning.Operation> getDeleteExecutionMethod()
-
getCreateExecutionMethod
public static io.grpc.MethodDescriptor<CreateExecutionRequest,com.google.longrunning.Operation> getCreateExecutionMethod()
-
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()
-
-