Skip to content

Commit

Permalink
fix(notebooks): update the API
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 10, 2024
1 parent 35a4402 commit 820337f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions discovery/notebooks-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@
}
}
},
"revision": "20240820",
"revision": "20240918",
"rootUrl": "https://notebooks.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -2822,7 +2822,7 @@
"type": "string"
},
"tags": {
"description": "Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).",
"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)).",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -4561,7 +4561,7 @@
"type": "string"
},
"tags": {
"description": "Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).",
"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)).",
"items": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/notebooks-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
}
}
},
"revision": "20240820",
"revision": "20240918",
"rootUrl": "https://notebooks.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -1357,7 +1357,7 @@
"description": "Optional. Shielded VM configuration. [Images using supported Shielded VM features](https://cloud.google.com/compute/docs/instances/modifying-shielded-vm)."
},
"tags": {
"description": "Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).",
"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)).",
"items": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions src/apis/notebooks/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ export namespace notebooks_v1 {
*/
subnet?: string | null;
/**
* Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
* Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
*/
tags?: string[] | null;
/**
Expand Down Expand Up @@ -1729,7 +1729,7 @@ export namespace notebooks_v1 {
*/
subnet?: string | null;
/**
* Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
* Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
*/
tags?: string[] | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/notebooks/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export namespace notebooks_v2 {
*/
shieldedInstanceConfig?: Schema$ShieldedInstanceConfig;
/**
* Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
* Optional. The Compute Engine network tags to add to runtime (see [Add network tags](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
*/
tags?: string[] | null;
/**
Expand Down

0 comments on commit 820337f

Please sign in to comment.