Skip to content

Commit 5012558

Browse files
feat(notebooks): update the api
#### notebooks:v2 The following keys were added: - schemas.Config.properties.disableWorkbenchLegacyCreation (Total Keys: 2)
1 parent 8fb80bc commit 5012558

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/notebooks_v2.projects.locations.instances.html

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ <h3>Method Details</h3>
548548
&quot;defaultValues&quot;: { # DefaultValues represents the default configuration values. # Output only. The default values for configuration.
549549
&quot;machineType&quot;: &quot;A String&quot;, # Output only. The default machine type used by the backend if not provided by the user.
550550
},
551+
&quot;disableWorkbenchLegacyCreation&quot;: True or False, # Output only. Flag to disable the creation of legacy Workbench notebooks (User-managed notebooks and Google-managed notebooks).
551552
&quot;supportedValues&quot;: { # SupportedValues represents the values supported by the configuration. # Output only. The supported values for configuration.
552553
&quot;acceleratorTypes&quot;: [ # Output only. The accelerator types supported by WbI.
553554
&quot;A String&quot;,

googleapiclient/discovery_cache/documents/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.",

0 commit comments

Comments
 (0)