Skip to content

Commit 4b176f2

Browse files
yoshi-automationsofisl
authored andcommitted
feat(notebooks): update the API
#### notebooks:v2 The following keys were added: - schemas.Config.properties.disableWorkbenchLegacyCreation.description - schemas.Config.properties.disableWorkbenchLegacyCreation.readOnly - schemas.Config.properties.disableWorkbenchLegacyCreation.type
1 parent 14ea9eb commit 4b176f2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

discovery/notebooks-v2.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@
904904
}
905905
}
906906
},
907-
"revision": "20250101",
907+
"revision": "20250224",
908908
"rootUrl": "https://notebooks.googleapis.com/",
909909
"schemas": {
910910
"AcceleratorConfig": {
@@ -1080,6 +1080,11 @@
10801080
"description": "Output only. The default values for configuration.",
10811081
"readOnly": true
10821082
},
1083+
"disableWorkbenchLegacyCreation": {
1084+
"description": "Output only. Flag to disable the creation of legacy Workbench notebooks (User-managed notebooks and Google-managed notebooks).",
1085+
"readOnly": true,
1086+
"type": "boolean"
1087+
},
10831088
"supportedValues": {
10841089
"$ref": "SupportedValues",
10851090
"description": "Output only. The supported values for configuration.",

src/apis/notebooks/v2.ts

+4
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ export namespace notebooks_v2 {
221221
* Output only. The default values for configuration.
222222
*/
223223
defaultValues?: Schema$DefaultValues;
224+
/**
225+
* Output only. Flag to disable the creation of legacy Workbench notebooks (User-managed notebooks and Google-managed notebooks).
226+
*/
227+
disableWorkbenchLegacyCreation?: boolean | null;
224228
/**
225229
* Output only. The supported values for configuration.
226230
*/

0 commit comments

Comments
 (0)