public static final class NotebookServiceGrpc.NotebookServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<NotebookServiceGrpc.NotebookServiceBlockingStub>
API v1 service for Cloud AI Platform Notebooks.
| Modifier and Type | Method and Description |
|---|---|
protected NotebookServiceGrpc.NotebookServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createEnvironment(CreateEnvironmentRequest request)
Creates a new Environment.
|
com.google.longrunning.Operation |
createExecution(CreateExecutionRequest request)
Creates a new Execution in a given project and location.
|
com.google.longrunning.Operation |
createInstance(CreateInstanceRequest request)
Creates a new Instance in a given project and location.
|
com.google.longrunning.Operation |
createSchedule(CreateScheduleRequest request)
Creates a new Scheduled Notebook in a given project and location.
|
com.google.longrunning.Operation |
deleteEnvironment(DeleteEnvironmentRequest request)
Deletes a single Environment.
|
com.google.longrunning.Operation |
deleteExecution(DeleteExecutionRequest request)
Deletes execution
|
com.google.longrunning.Operation |
deleteInstance(DeleteInstanceRequest request)
Deletes a single Instance.
|
com.google.longrunning.Operation |
deleteSchedule(DeleteScheduleRequest request)
Deletes schedule and all underlying jobs
|
com.google.longrunning.Operation |
diagnoseInstance(DiagnoseInstanceRequest request)
Creates a Diagnostic File and runs Diagnostic Tool given an Instance.
|
Environment |
getEnvironment(GetEnvironmentRequest request)
Gets details of a single Environment.
|
Execution |
getExecution(GetExecutionRequest request)
Gets details of executions
|
Instance |
getInstance(GetInstanceRequest request)
Gets details of a single Instance.
|
GetInstanceHealthResponse |
getInstanceHealth(GetInstanceHealthRequest request)
Check if a notebook instance is healthy.
|
Schedule |
getSchedule(GetScheduleRequest request)
Gets details of schedule
|
IsInstanceUpgradeableResponse |
isInstanceUpgradeable(IsInstanceUpgradeableRequest request)
Check if a notebook instance is upgradable.
|
ListEnvironmentsResponse |
listEnvironments(ListEnvironmentsRequest request)
Lists environments in a project.
|
ListExecutionsResponse |
listExecutions(ListExecutionsRequest request)
Lists executions in a given project and location
|
ListInstancesResponse |
listInstances(ListInstancesRequest request)
Lists instances in a given project and location.
|
ListSchedulesResponse |
listSchedules(ListSchedulesRequest request)
Lists schedules in a given project and location.
|
com.google.longrunning.Operation |
registerInstance(RegisterInstanceRequest request)
Registers an existing legacy notebook instance to the Notebooks API server.
|
com.google.longrunning.Operation |
reportInstanceInfo(ReportInstanceInfoRequest request)
Allows notebook instances to
report their latest instance information to the Notebooks
API server.
|
com.google.longrunning.Operation |
resetInstance(ResetInstanceRequest request)
Resets a notebook instance.
|
com.google.longrunning.Operation |
rollbackInstance(RollbackInstanceRequest request)
Rollbacks a notebook instance to the previous version.
|
com.google.longrunning.Operation |
setInstanceAccelerator(SetInstanceAcceleratorRequest request)
Updates the guest accelerators of a single Instance.
|
com.google.longrunning.Operation |
setInstanceLabels(SetInstanceLabelsRequest request)
Replaces all the labels of an Instance.
|
com.google.longrunning.Operation |
setInstanceMachineType(SetInstanceMachineTypeRequest request)
Updates the machine type of a single Instance.
|
com.google.longrunning.Operation |
startInstance(StartInstanceRequest request)
Starts a notebook instance.
|
com.google.longrunning.Operation |
stopInstance(StopInstanceRequest request)
Stops a notebook instance.
|
com.google.longrunning.Operation |
triggerSchedule(TriggerScheduleRequest request)
Triggers execution of an existing schedule.
|
com.google.longrunning.Operation |
updateInstanceConfig(UpdateInstanceConfigRequest request)
Update Notebook Instance configurations.
|
UpdateInstanceMetadataItemsResponse |
updateInstanceMetadataItems(UpdateInstanceMetadataItemsRequest request)
Add/update metadata items for an instance.
|
com.google.longrunning.Operation |
updateShieldedInstanceConfig(UpdateShieldedInstanceConfigRequest request)
Updates the Shielded instance configuration of a single Instance.
|
com.google.longrunning.Operation |
upgradeInstance(UpgradeInstanceRequest request)
Upgrades a notebook instance to the latest version.
|
com.google.longrunning.Operation |
upgradeInstanceInternal(UpgradeInstanceInternalRequest request)
Allows notebook instances to
call this endpoint to upgrade themselves.
|
protected NotebookServiceGrpc.NotebookServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<NotebookServiceGrpc.NotebookServiceBlockingStub>public ListInstancesResponse listInstances(ListInstancesRequest request)
Lists instances in a given project and location.
public Instance getInstance(GetInstanceRequest request)
Gets details of a single Instance.
public com.google.longrunning.Operation createInstance(CreateInstanceRequest request)
Creates a new Instance in a given project and location.
public com.google.longrunning.Operation registerInstance(RegisterInstanceRequest request)
Registers an existing legacy notebook instance to the Notebooks API server. Legacy instances are instances created with the legacy Compute Engine calls. They are not manageable by the Notebooks API out of the box. This call makes these instances manageable by the Notebooks API.
public com.google.longrunning.Operation setInstanceAccelerator(SetInstanceAcceleratorRequest request)
Updates the guest accelerators of a single Instance.
public com.google.longrunning.Operation setInstanceMachineType(SetInstanceMachineTypeRequest request)
Updates the machine type of a single Instance.
public com.google.longrunning.Operation updateInstanceConfig(UpdateInstanceConfigRequest request)
Update Notebook Instance configurations.
public com.google.longrunning.Operation updateShieldedInstanceConfig(UpdateShieldedInstanceConfigRequest request)
Updates the Shielded instance configuration of a single Instance.
public com.google.longrunning.Operation setInstanceLabels(SetInstanceLabelsRequest request)
Replaces all the labels of an Instance.
public UpdateInstanceMetadataItemsResponse updateInstanceMetadataItems(UpdateInstanceMetadataItemsRequest request)
Add/update metadata items for an instance.
public com.google.longrunning.Operation deleteInstance(DeleteInstanceRequest request)
Deletes a single Instance.
public com.google.longrunning.Operation startInstance(StartInstanceRequest request)
Starts a notebook instance.
public com.google.longrunning.Operation stopInstance(StopInstanceRequest request)
Stops a notebook instance.
public com.google.longrunning.Operation resetInstance(ResetInstanceRequest request)
Resets a notebook instance.
public com.google.longrunning.Operation reportInstanceInfo(ReportInstanceInfoRequest request)
Allows notebook instances to report their latest instance information to the Notebooks API server. The server will merge the reported information to the instance metadata store. Do not use this method directly.
public IsInstanceUpgradeableResponse isInstanceUpgradeable(IsInstanceUpgradeableRequest request)
Check if a notebook instance is upgradable.
public GetInstanceHealthResponse getInstanceHealth(GetInstanceHealthRequest request)
Check if a notebook instance is healthy.
public com.google.longrunning.Operation upgradeInstance(UpgradeInstanceRequest request)
Upgrades a notebook instance to the latest version.
public com.google.longrunning.Operation rollbackInstance(RollbackInstanceRequest request)
Rollbacks a notebook instance to the previous version.
public com.google.longrunning.Operation diagnoseInstance(DiagnoseInstanceRequest request)
Creates a Diagnostic File and runs Diagnostic Tool given an Instance.
public com.google.longrunning.Operation upgradeInstanceInternal(UpgradeInstanceInternalRequest request)
Allows notebook instances to call this endpoint to upgrade themselves. Do not use this method directly.
public ListEnvironmentsResponse listEnvironments(ListEnvironmentsRequest request)
Lists environments in a project.
public Environment getEnvironment(GetEnvironmentRequest request)
Gets details of a single Environment.
public com.google.longrunning.Operation createEnvironment(CreateEnvironmentRequest request)
Creates a new Environment.
public com.google.longrunning.Operation deleteEnvironment(DeleteEnvironmentRequest request)
Deletes a single Environment.
public ListSchedulesResponse listSchedules(ListSchedulesRequest request)
Lists schedules in a given project and location.
public Schedule getSchedule(GetScheduleRequest request)
Gets details of schedule
public com.google.longrunning.Operation deleteSchedule(DeleteScheduleRequest request)
Deletes schedule and all underlying jobs
public com.google.longrunning.Operation createSchedule(CreateScheduleRequest request)
Creates a new Scheduled Notebook in a given project and location.
public com.google.longrunning.Operation triggerSchedule(TriggerScheduleRequest request)
Triggers execution of an existing schedule.
public ListExecutionsResponse listExecutions(ListExecutionsRequest request)
Lists executions in a given project and location
public Execution getExecution(GetExecutionRequest request)
Gets details of executions
public com.google.longrunning.Operation deleteExecution(DeleteExecutionRequest request)
Deletes execution
public com.google.longrunning.Operation createExecution(CreateExecutionRequest request)
Creates a new Execution in a given project and location.
Copyright © 2023 Google LLC. All rights reserved.