Skip to content

Commit 518abff

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/notebooks-v1.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"
@@ -2019,7 +2019,7 @@
20192019
}
20202020
}
20212021
},
2022-
"revision": "20251008",
2022+
"revision": "20251029",
20232023
"rootUrl": "https://notebooks.googleapis.com/",
20242024
"schemas": {
20252025
"AcceleratorConfig": {

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/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ export namespace notebooks_v1 {
19611961
*
19621962
* // Do the magic
19631963
* const res = await notebooks.projects.locations.list({
1964-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1964+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
19651965
* extraLocationTypes: 'placeholder-value',
19661966
* // 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).
19671967
* filter: 'placeholder-value',
@@ -2089,7 +2089,7 @@ export namespace notebooks_v1 {
20892089
export interface Params$Resource$Projects$Locations$List
20902090
extends StandardParameters {
20912091
/**
2092-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2092+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
20932093
*/
20942094
extraLocationTypes?: string[];
20952095
/**

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)