Skip to content

Commit 75118d4

Browse files
feat(notebooks): update the api
#### notebooks:v1 The following keys were added: - schemas.Event.properties.details (Total Keys: 2) - schemas.Instance.properties.creator (Total Keys: 2) - schemas.RuntimeSoftwareConfig.properties.kernels (Total Keys: 2) - schemas.RuntimeSoftwareConfig.properties.upgradeable (Total Keys: 2) - schemas.VirtualMachineConfig.properties.reservedIpRange.type (Total Keys: 1)
1 parent afb7ebb commit 75118d4

File tree

3 files changed

+87
-19
lines changed

3 files changed

+87
-19
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ <h3>Method Details</h3>
176176
&quot;tag&quot;: &quot;A String&quot;, # The tag of the container image. If not specified, this defaults to the latest tag.
177177
},
178178
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Instance creation time.
179+
&quot;creator&quot;: &quot;A String&quot;, # Output only. Email address of entity that sent original CreateInstance request.
179180
&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.
180181
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # Input only. The size of the data disk in GB attached to this instance, up to a maximum of 64000 GB (64 TB). You can choose the size of the data disk based on how big your notebooks and data are. If not specified, this defaults to 100.
181182
&quot;dataDiskType&quot;: &quot;A String&quot;, # Input only. The type of the data disk attached to this instance, defaults to standard persistent disk (`PD_STANDARD`).
@@ -356,6 +357,7 @@ <h3>Method Details</h3>
356357
&quot;tag&quot;: &quot;A String&quot;, # The tag of the container image. If not specified, this defaults to the latest tag.
357358
},
358359
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Instance creation time.
360+
&quot;creator&quot;: &quot;A String&quot;, # Output only. Email address of entity that sent original CreateInstance request.
359361
&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.
360362
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # Input only. The size of the data disk in GB attached to this instance, up to a maximum of 64000 GB (64 TB). You can choose the size of the data disk based on how big your notebooks and data are. If not specified, this defaults to 100.
361363
&quot;dataDiskType&quot;: &quot;A String&quot;, # Input only. The type of the data disk attached to this instance, defaults to standard persistent disk (`PD_STANDARD`).
@@ -562,6 +564,7 @@ <h3>Method Details</h3>
562564
&quot;tag&quot;: &quot;A String&quot;, # The tag of the container image. If not specified, this defaults to the latest tag.
563565
},
564566
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Instance creation time.
567+
&quot;creator&quot;: &quot;A String&quot;, # Output only. Email address of entity that sent original CreateInstance request.
565568
&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.
566569
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # Input only. The size of the data disk in GB attached to this instance, up to a maximum of 64000 GB (64 TB). You can choose the size of the data disk based on how big your notebooks and data are. If not specified, this defaults to 100.
567570
&quot;dataDiskType&quot;: &quot;A String&quot;, # Input only. The type of the data disk attached to this instance, defaults to standard persistent disk (`PD_STANDARD`).
@@ -768,7 +771,7 @@ <h3>Method Details</h3>
768771
body: object, The request body.
769772
The object takes the form of:
770773

771-
{ # Request for reseting a notebook instance
774+
{ # Request for resetting a notebook instance
772775
}
773776

774777
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)