Skip to content

Commit f07c119

Browse files
fix(notebooks): update the API
#### notebooks:v2 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent ce893fe commit f07c119

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/notebooks-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -971,7 +971,7 @@
971971
}
972972
}
973973
},
974-
"revision": "20251016",
974+
"revision": "20251029",
975975
"rootUrl": "https://notebooks.googleapis.com/",
976976
"schemas": {
977977
"AcceleratorConfig": {

src/apis/notebooks/v2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ export namespace notebooks_v2 {
12211221
*
12221222
* // Do the magic
12231223
* const res = await notebooks.projects.locations.list({
1224-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1224+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
12251225
* extraLocationTypes: 'placeholder-value',
12261226
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
12271227
* filter: 'placeholder-value',
@@ -1349,7 +1349,7 @@ export namespace notebooks_v2 {
13491349
export interface Params$Resource$Projects$Locations$List
13501350
extends StandardParameters {
13511351
/**
1352-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1352+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
13531353
*/
13541354
extraLocationTypes?: string[];
13551355
/**

0 commit comments

Comments
 (0)