2026-09-15
▼ ▲ discoveryengine.projects.locations.notebooks.listRecentlyViewed
Parameter Order : parent
Description : Lists the notebooks ordered by last view time.
HTTP Method : GET
Parameters :
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent branch resource name, such as `projects/{project}/locations/{location}`.
Required : Yes
Type : string
pageSize
Location : query
Type : integer
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
pageToken
Type : string
Location : query
Description : Optional. The page token, provide this to retrieve the subsequent page.
Path : v1alpha/{+parent}/notebooks:listRecentlyViewed
Scopes :
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks:listRecentlyViewed
▼ ▲ discoveryengine.projects.locations.notebooks.share
Parameter Order : name
Description : Shares a notebook to other accounts.
Scopes :
HTTP Method : POST
Parameters :
name
Location : path
Description : Required. Full resource name of Notebook, such as `projects/{project}/locations/{location}/notebooks/{notebook_id}`.
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$
Type : string
Required : Yes
Path : v1alpha/{+name}:share
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}:share
▼ ▲ discoveryengine.projects.locations.notebooks.batchDelete
Path : v1alpha/{+parent}/notebooks:batchDelete
HTTP Method : POST
Parameters :
parent
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
Description : Required. The parent branch resource name, such as `projects/{project}/locations/{location}`.
Parameter Order : parent
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks:batchDelete
Description : Batch deletes Notebooks.
Scopes :
▼ ▲ discoveryengine.projects.locations.notebooks.get
Description : Gets a notebook.
HTTP Method : GET
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}
Parameters :
name
Location : path
Description : Required. Full resource name of Notebook, such as `projects/{project}/locations/{location}/notebooks/{notebook_id}`.
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$
Type : string
Parameter Order : name
Scopes :
Path : v1alpha/{+name}
▼ ▲ discoveryengine.projects.locations.notebooks.create
HTTP Method : POST
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Required : Yes
Location : path
Description : Required. The parent resource name, such as `projects/{project}/locations/{location}`.
Parameter Order : parent
Scopes :
Description : Creates a notebook.
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks
Path : v1alpha/{+parent}/notebooks
▼ ▲ discoveryengine.projects.locations.notebooks.sources.batchCreate
Path : v1alpha/{+parent}/sources:batchCreate
Description : Creates a list of Sources.
Parameters :
parent
Description : Required. The parent resource where the sources will be created. Format: projects/{project}/locations/{location}/notebooks/{notebook}
Type : string
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$
Parameter Order : parent
HTTP Method : POST
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}/sources:batchCreate
Scopes :
▼ ▲ discoveryengine.projects.locations.notebooks.sources.batchDelete
Description : Deletes multiple sources
Parameters :
parent
Type : string
Location : path
Required : Yes
Description : Required. The parent resource where the sources will be deleted. Format: projects/{project}/locations/{location}/notebooks/{notebook}
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}/sources:batchDelete
Path : v1alpha/{+parent}/sources:batchDelete
HTTP Method : POST
Parameter Order : parent
Scopes :
▼ ▲ discoveryengine.projects.locations.notebooks.sources.get
HTTP Method : GET
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/notebooks/[^/]+/sources/[^/]+$
Description : Required. The resource name for source Format: projects/{project}/locations/{location}/notebooks/{notebook}/sources/{source}
Required : Yes
Location : path
Type : string
Parameter Order : name
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/notebooks/{notebooksId}/sources/{sourcesId}
Description : Gets a Source.
Scopes :
Path : v1alpha/{+name}