Skip to content

Commit e7cd8af

Browse files
feat(notebooks): update the api
#### notebooks:v1 The following keys were added: - schemas.Instance.properties.migrated (Total Keys: 2) - schemas.Runtime.properties.migrated (Total Keys: 2) #### notebooks:v2 The following keys were added: - resources.projects.resources.locations.resources.instances.methods.checkUpgradability (Total Keys: 11) - resources.projects.resources.locations.resources.instances.methods.create (Total Keys: 16) - resources.projects.resources.locations.resources.instances.methods.delete (Total Keys: 13) - resources.projects.resources.locations.resources.instances.methods.diagnose (Total Keys: 12) - resources.projects.resources.locations.resources.instances.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.instances.methods.list (Total Keys: 16) - resources.projects.resources.locations.resources.instances.methods.patch (Total Keys: 17) - resources.projects.resources.locations.resources.instances.methods.reportInfoSystem (Total Keys: 12) - resources.projects.resources.locations.resources.instances.methods.reset (Total Keys: 12) - resources.projects.resources.locations.resources.instances.methods.rollback (Total Keys: 12) - resources.projects.resources.locations.resources.instances.methods.start (Total Keys: 12) - resources.projects.resources.locations.resources.instances.methods.stop (Total Keys: 12) - resources.projects.resources.locations.resources.instances.methods.upgrade (Total Keys: 24) - schemas.AcceleratorConfig (Total Keys: 5) - schemas.BootDisk (Total Keys: 7) - schemas.CheckInstanceUpgradabilityResponse (Total Keys: 6) - schemas.ContainerImage (Total Keys: 4) - schemas.DataDisk (Total Keys: 7) - schemas.DiagnoseInstanceRequest (Total Keys: 3) - schemas.DiagnosticConfig (Total Keys: 7) - schemas.Event (Total Keys: 7) - schemas.GPUDriverConfig (Total Keys: 4) - schemas.GceSetup (Total Keys: 22) - schemas.Instance (Total Keys: 32) - schemas.ListInstancesResponse (Total Keys: 7) - schemas.NetworkInterface (Total Keys: 5) - schemas.ReportInstanceInfoSystemRequest (Total Keys: 4) - schemas.ResetInstanceRequest (Total Keys: 2) - schemas.RollbackInstanceRequest (Total Keys: 3) - schemas.ServiceAccount (Total Keys: 6) - schemas.ShieldedInstanceConfig (Total Keys: 5) - schemas.StartInstanceRequest (Total Keys: 2) - schemas.StopInstanceRequest (Total Keys: 2) - schemas.UpgradeHistoryEntry (Total Keys: 13) - schemas.UpgradeInstanceRequest (Total Keys: 2) - schemas.UpgradeInstanceSystemRequest (Total Keys: 3) - schemas.VmImage (Total Keys: 5)
1 parent 13183d6 commit e7cd8af

File tree

5 files changed

+2137
-8
lines changed

5 files changed

+2137
-8
lines changed

docs/dyn/notebooks_v1.projects.locations.instances.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ <h3>Method Details</h3>
222222
&quot;metadata&quot;: { # Custom metadata to apply to this instance.
223223
&quot;a_key&quot;: &quot;A String&quot;,
224224
},
225+
&quot;migrated&quot;: True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
225226
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`
226227
&quot;network&quot;: &quot;A String&quot;, # The name of the VPC that this instance is in. Format: `projects/{project_id}/global/networks/{network_id}`
227228
&quot;nicType&quot;: &quot;A String&quot;, # Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
@@ -456,6 +457,7 @@ <h3>Method Details</h3>
456457
&quot;metadata&quot;: { # Custom metadata to apply to this instance.
457458
&quot;a_key&quot;: &quot;A String&quot;,
458459
},
460+
&quot;migrated&quot;: True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
459461
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`
460462
&quot;network&quot;: &quot;A String&quot;, # The name of the VPC that this instance is in. Format: `projects/{project_id}/global/networks/{network_id}`
461463
&quot;nicType&quot;: &quot;A String&quot;, # Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
@@ -668,6 +670,7 @@ <h3>Method Details</h3>
668670
&quot;metadata&quot;: { # Custom metadata to apply to this instance.
669671
&quot;a_key&quot;: &quot;A String&quot;,
670672
},
673+
&quot;migrated&quot;: True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
671674
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of this notebook instance. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`
672675
&quot;network&quot;: &quot;A String&quot;, # The name of the VPC that this instance is in. Format: `projects/{project_id}/global/networks/{network_id}`
673676
&quot;nicType&quot;: &quot;A String&quot;, # Optional. The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

docs/dyn/notebooks_v1.projects.locations.runtimes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ <h3>Method Details</h3>
159159
&quot;a_key&quot;: &quot;A String&quot;,
160160
},
161161
},
162+
&quot;migrated&quot;: True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
162163
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
163164
&quot;softwareConfig&quot;: { # Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true` # The config settings for software inside the runtime.
164165
&quot;customGpuDriverPath&quot;: &quot;A String&quot;, # Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we&#x27;ll automatically choose from official GPU drivers.
@@ -402,6 +403,7 @@ <h3>Method Details</h3>
402403
&quot;a_key&quot;: &quot;A String&quot;,
403404
},
404405
},
406+
&quot;migrated&quot;: True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
405407
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
406408
&quot;softwareConfig&quot;: { # Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true` # The config settings for software inside the runtime.
407409
&quot;customGpuDriverPath&quot;: &quot;A String&quot;, # Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we&#x27;ll automatically choose from official GPU drivers.
@@ -571,6 +573,7 @@ <h3>Method Details</h3>
571573
&quot;a_key&quot;: &quot;A String&quot;,
572574
},
573575
},
576+
&quot;migrated&quot;: True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
574577
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
575578
&quot;softwareConfig&quot;: { # Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true` # The config settings for software inside the runtime.
576579
&quot;customGpuDriverPath&quot;: &quot;A String&quot;, # Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we&#x27;ll automatically choose from official GPU drivers.
@@ -714,6 +717,7 @@ <h3>Method Details</h3>
714717
&quot;a_key&quot;: &quot;A String&quot;,
715718
},
716719
},
720+
&quot;migrated&quot;: True or False, # Output only. Bool indicating whether this notebook has been migrated to a Workbench Instance
717721
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
718722
&quot;softwareConfig&quot;: { # Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true` # The config settings for software inside the runtime.
719723
&quot;customGpuDriverPath&quot;: &quot;A String&quot;, # Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we&#x27;ll automatically choose from official GPU drivers.

0 commit comments

Comments
 (0)