Skip to content

Commit 52ad695

Browse files
feat(notebooks): update the API
#### notebooks:v2 The following keys were added: - schemas.GceSetup.properties.instanceId.description - schemas.GceSetup.properties.instanceId.readOnly - schemas.GceSetup.properties.instanceId.type
1 parent 7d76842 commit 52ad695

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

discovery/notebooks-v2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
}
972972
}
973973
},
974-
"revision": "20251008",
974+
"revision": "20251016",
975975
"rootUrl": "https://notebooks.googleapis.com/",
976976
"schemas": {
977977
"AcceleratorConfig": {
@@ -1464,6 +1464,11 @@
14641464
"$ref": "GPUDriverConfig",
14651465
"description": "Optional. Configuration for GPU drivers."
14661466
},
1467+
"instanceId": {
1468+
"description": "Output only. The unique ID of the Compute Engine instance resource.",
1469+
"readOnly": true,
1470+
"type": "string"
1471+
},
14671472
"machineType": {
14681473
"description": "Optional. The machine type of the VM instance. https://cloud.google.com/compute/docs/machine-resource",
14691474
"type": "string"

src/apis/notebooks/v2.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ export namespace notebooks_v2 {
428428
* Optional. Configuration for GPU drivers.
429429
*/
430430
gpuDriverConfig?: Schema$GPUDriverConfig;
431+
/**
432+
* Output only. The unique ID of the Compute Engine instance resource.
433+
*/
434+
instanceId?: string | null;
431435
/**
432436
* Optional. The machine type of the VM instance. https://cloud.google.com/compute/docs/machine-resource
433437
*/

0 commit comments

Comments
 (0)