Skip to content

Commit 820337f

Browse files
yoshi-automationsofisl
authored andcommitted
fix(notebooks): update the API
#### notebooks:v1 The following keys were changed: - schemas.Instance.properties.tags.description - schemas.VirtualMachineConfig.properties.tags.description #### notebooks:v2 The following keys were changed: - schemas.GceSetup.properties.tags.description
1 parent 35a4402 commit 820337f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/notebooks-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@
20082008
}
20092009
}
20102010
},
2011-
"revision": "20240820",
2011+
"revision": "20240918",
20122012
"rootUrl": "https://notebooks.googleapis.com/",
20132013
"schemas": {
20142014
"AcceleratorConfig": {
@@ -2822,7 +2822,7 @@
28222822
"type": "string"
28232823
},
28242824
"tags": {
2825-
"description": "Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).",
2825+
"description": "Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).",
28262826
"items": {
28272827
"type": "string"
28282828
},
@@ -4561,7 +4561,7 @@
45614561
"type": "string"
45624562
},
45634563
"tags": {
4564-
"description": "Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).",
4564+
"description": "Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).",
45654565
"items": {
45664566
"type": "string"
45674567
},

discovery/notebooks-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@
904904
}
905905
}
906906
},
907-
"revision": "20240820",
907+
"revision": "20240918",
908908
"rootUrl": "https://notebooks.googleapis.com/",
909909
"schemas": {
910910
"AcceleratorConfig": {
@@ -1357,7 +1357,7 @@
13571357
"description": "Optional. Shielded VM configuration. [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm)."
13581358
},
13591359
"tags": {
1360-
"description": "Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).",
1360+
"description": "Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).",
13611361
"items": {
13621362
"type": "string"
13631363
},

src/apis/notebooks/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ export namespace notebooks_v1 {
641641
*/
642642
subnet?: string | null;
643643
/**
644-
* Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
644+
* Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
645645
*/
646646
tags?: string[] | null;
647647
/**
@@ -1729,7 +1729,7 @@ export namespace notebooks_v1 {
17291729
*/
17301730
subnet?: string | null;
17311731
/**
1732-
* Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
1732+
* Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
17331733
*/
17341734
tags?: string[] | null;
17351735
/**

src/apis/notebooks/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ export namespace notebooks_v2 {
406406
*/
407407
shieldedInstanceConfig?: Schema$ShieldedInstanceConfig;
408408
/**
409-
* Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
409+
* Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
410410
*/
411411
tags?: string[] | null;
412412
/**

0 commit comments

Comments
 (0)