You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/notebooks/lib/google_api/notebooks/v2/model/config.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ defmodule GoogleApi.Notebooks.V2.Model.Config do
23
23
24
24
* `availableImages` (*type:* `list(GoogleApi.Notebooks.V2.Model.ImageRelease.t)`, *default:* `nil`) - Output only. The list of available images to create a WbI.
25
25
* `defaultValues` (*type:* `GoogleApi.Notebooks.V2.Model.DefaultValues.t`, *default:* `nil`) - Output only. The default values for configuration.
26
+
* `disableWorkbenchLegacyCreation` (*type:* `boolean()`, *default:* `nil`) - Output only. Flag to disable the creation of legacy Workbench notebooks (User-managed notebooks and Google-managed notebooks).
26
27
* `supportedValues` (*type:* `GoogleApi.Notebooks.V2.Model.SupportedValues.t`, *default:* `nil`) - Output only. The supported values for configuration.
27
28
"""
28
29
@@ -31,11 +32,13 @@ defmodule GoogleApi.Notebooks.V2.Model.Config do
0 commit comments