Index
NotebookService
(interface)ListRecentlyViewedNotebooksRequest
(message)ListRecentlyViewedNotebooksResponse
(message)Notebook
(message)NotebookMetadata
(message)
NotebookService
Service for managing notebooks.
ListRecentlyViewedNotebooks |
---|
Lists the recently viewed notebooks. Needs a side channel with the user's EUC.
|
ListRecentlyViewedNotebooksRequest
Request for NotebookService.ListRecentlyViewedNotebooks
method.
Fields | |
---|---|
parent |
Required. The parent branch resource name, such as |
page_size |
Optional. Maximum number of |
page_token |
Optional. The page token, provide this to retrieve the subsequent page. |
ListRecentlyViewedNotebooksResponse
Response for NotebookService.ListRecentlyViewedNotebooks
method.
Fields | |
---|---|
notebooks[] |
The list of recently viewed notebooks. |
next_page_token |
The page token, provide this to retrieve the subsequent page. |
Notebook
Notebook is a resource where users can store their content (as sources) and interacts with the content.
Fields | |
---|---|
name |
Identifier. The identifier of the notebook. Format: This field must be a UTF-8 encoded string. |
title |
Optional. The title of the notebook. |
notebook_id |
Optional. Notebook id, which is the last segment of the notebook's resource name. This is to make it similar with notebooklm API. |
emoji |
Output only. The emoji of the notebook. |
metadata |
The metadata of the notebook. |
NotebookMetadata
Metadata for a notebook.
Fields | |
---|---|
is_shared |
True if this project is currently shared with other people, false otherwise. |
is_shareable |
True if the project is shareable. |
last_viewed |
A timestamp indicating the time that the current in session user has last viewed the project. |
create_time |
The time at which this project was created. |