2026-09-09
▼ ▲ discoveryengine.projects.locations.dataStores.widgetConfigs.get
Parameters :
modelInfoView
Enum END_USER_MOBILE
Enum Descriptions The end-user model selector view for the Gemini Enterprise mobile app. Returns only mobile-surfaced models, with the mobile default selected. Set explicitly by the mobile client.
▼ ▲ discoveryengine.projects.locations.collections.engines.widgetConfigs.get
Parameters :
modelInfoView
Enum END_USER_MOBILE
Enum Descriptions The end-user model selector view for the Gemini Enterprise mobile app. Returns only mobile-surfaced models, with the mobile default selected. Set explicitly by the mobile client.
▼ ▲ discoveryengine.projects.locations.collections.dataStores.widgetConfigs.get
Parameters :
modelInfoView
Enum END_USER_MOBILE
Enum Descriptions The end-user model selector view for the Gemini Enterprise mobile app. Returns only mobile-surfaced models, with the mobile default selected. Set explicitly by the mobile client.
▼ ▲ discoveryengine.projects.locations.notebooks.share
Description : Shares a notebook to other accounts.
Parameters :
name
Location : path
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$
Description : Required. Full resource name of Notebook, such as `projects/{project}/locations/{location}/notebooks/{notebook_id}`.
Parameter Order : name
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}:share
Scopes :
HTTP Method : POST
Path : v1alpha/{+name}:share
▼ ▲ discoveryengine.projects.locations.notebooks.get
Scopes :
Parameters :
name
Type : string
Description : Required. Full resource name of Notebook, such as `projects/{project}/locations/{location}/notebooks/{notebook_id}`.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$
Required : Yes
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}
HTTP Method : GET
Description : Gets a notebook.
Path : v1alpha/{+name}
Parameter Order : name
▼ ▲ discoveryengine.projects.locations.notebooks.listRecentlyViewed
Parameters :
pageSize
Description : Optional. Maximum number of Notebooks to return. If unspecified, defaults to "500". The maximum allowed value is "500". If this field is negative, will use the default value.
Format : int32
Type : integer
Location : query
pageToken
Location : query
Type : string
Description : Optional. The page token, provide this to retrieve the subsequent page.
parent
Description : Required. The parent branch resource name, such as `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Required : Yes
Location : path
Parameter Order : parent
Scopes :
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks:listRecentlyViewed
Description : Lists the notebooks ordered by last view time.
Path : v1alpha/{+parent}/notebooks:listRecentlyViewed
HTTP Method : GET
▼ ▲ discoveryengine.projects.locations.notebooks.batchDelete
Scopes :
Parameters :
parent
Description : Required. The parent branch resource name, such as `projects/{project}/locations/{location}`.
Location : path
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks:batchDelete
Parameter Order : parent
Description : Batch deletes Notebooks.
Path : v1alpha/{+parent}/notebooks:batchDelete
HTTP Method : POST
▼ ▲ discoveryengine.projects.locations.notebooks.create
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks
HTTP Method : POST
Description : Creates a notebook.
Parameters :
parent
Location : path
Required : Yes
Type : string
Description : Required. The parent resource name, such as `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Parameter Order : parent
Scopes :
Path : v1alpha/{+parent}/notebooks
▼ ▲ discoveryengine.projects.locations.notebooks.sources.get
HTTP Method : GET
Description : Gets a Source.
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}/sources/{sourcesId}
Scopes :
Parameter Order : name
Parameters :
name
Required : Yes
Location : path
Type : string
Description : Required. The resource name for source Format: projects/{project}/locations/{location}/notebooks/{notebook}/sources/{source}
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+/sources/[^/]+$
Path : v1alpha/{+name}
▼ ▲ discoveryengine.projects.locations.notebooks.sources.batchCreate
Description : Creates a list of Sources.
Parameters :
parent
Location : path
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$
Description : Required. The parent resource where the sources will be created. Format: projects/{project}/locations/{location}/notebooks/{notebook}
Path : v1alpha/{+parent}/sources:batchCreate
Parameter Order : parent
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}/sources:batchCreate
HTTP Method : POST
Scopes :
▼ ▲ discoveryengine.projects.locations.notebooks.sources.batchDelete
Parameter Order : parent
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}/sources:batchDelete
Path : v1alpha/{+parent}/sources:batchDelete
HTTP Method : POST
Description : Deletes multiple sources
Scopes :
Parameters :
parent
Description : Required. The parent resource where the sources will be deleted. Format: projects/{project}/locations/{location}/notebooks/{notebook}
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$
Location : path
Required : Yes