API 參考資料
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本 API 參考資料是依照資源類型編排。各個資源類型都具有一或多種資料表示法,以及一或多種方法。
書架
如需 Bookshelf 資源詳細資料,請參閱資源表示法網頁。
* 相對於基礎 URI:https://www.googleapis.com/books/v1
音量
如需 Volume 資源詳細資料,請參閱資源表示法網頁。
方法 |
REST URI * |
說明 |
get
|
GET /volumes/volumeId
|
依據 ID 擷取磁碟區資源。 |
清單
|
GET /volumes?q={search terms}
|
執行書籍搜尋。
|
* 相對於基礎 URI:https://www.googleapis.com/books/v1
Bookshelves.volumes
如要進一步瞭解 Bookshelves.volumes 資源,請參閱資源表示法網頁。
方法 |
REST URI * |
說明 |
清單
|
GET /users/userId/bookshelves/shelf/volumes
|
為指定的使用者擷取特定書架中的磁碟區。
|
* 相對於基礎 URI:https://www.googleapis.com/books/v1
Mylibrary.bookshelves
如要進一步瞭解 Mylibrary.bookshelves 資源,請參閱資源表示法頁面。
方法 |
REST URI * |
說明 |
addVolume
|
POST /mylibrary/bookshelves/shelf/addVolume
|
將磁碟區新增至書架。
|
clearVolumes
|
POST /mylibrary/bookshelves/shelf/clearVolumes
|
清除書架中的所有磁碟區。
|
get
|
GET /mylibrary/bookshelves/shelf
|
針對已驗證使用者的特定書架擷取中繼資料。 |
清單
|
GET /mylibrary/bookshelves
|
擷取已驗證使用者的所有書架清單。 |
moveVolume
|
POST /mylibrary/bookshelves/shelf/moveVolume
|
移動書架中的磁碟區。
|
removeVolume
|
POST /mylibrary/bookshelves/shelf/removeVolume
|
移除書架中的磁碟區。
|
* 相對於基礎 URI:https://www.googleapis.com/books/v1
Mylibrary.bookshelves.volumes
如要進一步瞭解 Mylibrary.bookshelves.volumes 資源,請參閱資源表示法頁面。
方法 |
REST URI * |
說明 |
清單
|
GET /mylibrary/bookshelves/shelf/volumes
|
取得書架上的磁碟區資訊。
|
* 相對於基礎 URI:https://www.googleapis.com/books/v1
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003e\u003ccode\u003eWorkflowTemplateServiceClient.ListWorkflowTemplatesPage\u003c/code\u003e provides a way to navigate through pages of Workflow Templates.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eAbstractPage\u003c/code\u003e and offers methods for pagination, such as getting the next page or iterating through all templates.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreatePage\u003c/code\u003e and \u003ccode\u003ecreatePageAsync\u003c/code\u003e methods allow for creating new pages from API responses.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the Google Cloud Dataproc Java library.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this class to interact with and manage Workflow Templates in their Dataproc clusters.\u003c/p\u003e\n"]]],[],null,["# API Reference\n\nThis API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.\n\nBookshelf\n---------\n\nFor Bookshelf Resource details, see the [resource representation](/books/docs/v1/reference/bookshelves#resource) page.\n\n| Method | REST URI \\* | Description |\n|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|\n| [list](/books/docs/v1/reference/bookshelves/list) | `GET /users/`\u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e`/bookshelves` | Retrieves a list of public [Bookshelf resource](/books/docs/v1/reference/bookshelves) for the specified user. |\n| [get](/books/docs/v1/reference/bookshelves/get) | `GET /users/`\u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e`/bookshelves/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eshelf\u003c/var\u003e | Retrieves a specific [Bookshelf resource](/books/docs/v1/reference/bookshelves) for the specified user. |\n\n\\* Relative to the base URI: https://www.googleapis.com/books/v1\n\nVolume\n------\n\nFor Volume Resource details, see the [resource representation](/books/docs/v1/reference/volumes#resource) page.\n\n| Method | REST URI \\* | Description |\n|-----------------------------------------------|--------------------------------------------------------------------|------------------------------------------------------------------------------|\n| [get](/books/docs/v1/reference/volumes/get) | `GET /volumes/`\u003cvar class=\"apiparam\" translate=\"no\"\u003evolumeId\u003c/var\u003e | Retrieves a [Volume resource](/books/docs/v1/reference/volumes) based on ID. |\n| [list](/books/docs/v1/reference/volumes/list) | `GET /volumes?`q`=``{search terms}` | Performs a book search. |\n\n\\* Relative to the base URI: https://www.googleapis.com/books/v1\n\nBookshelves.volumes\n-------------------\n\nFor Bookshelves.volumes Resource details, see the [resource representation](/books/docs/v1/reference/bookshelves/volumes#resource) page.\n\n| Method | REST URI \\* | Description |\n|-----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|\n| [list](/books/docs/v1/reference/bookshelves/volumes/list) | `GET /users/`\u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e`/bookshelves/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eshelf\u003c/var\u003e`/volumes` | Retrieves volumes in a specific bookshelf for the specified user. |\n\n\\* Relative to the base URI: https://www.googleapis.com/books/v1\n\nMylibrary.bookshelves\n---------------------\n\nFor Mylibrary.bookshelves Resource details, see the [resource representation](/books/docs/v1/reference/mylibrary/bookshelves#resource) page.\n\n| Method | REST URI \\* | Description |\n|-----------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|\n| [addVolume](/books/docs/v1/reference/mylibrary/bookshelves/addVolume) | `POST /mylibrary/bookshelves/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eshelf\u003c/var\u003e`/addVolume` | Adds a volume to a bookshelf. |\n| [clearVolumes](/books/docs/v1/reference/mylibrary/bookshelves/clearVolumes) | `POST /mylibrary/bookshelves/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eshelf\u003c/var\u003e`/clearVolumes` | Clears all volumes from a bookshelf. |\n| [get](/books/docs/v1/reference/mylibrary/bookshelves/get) | `GET /mylibrary/bookshelves/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eshelf\u003c/var\u003e | Retrieves metadata for a specific bookshelf belonging to the authenticated user. |\n| [list](/books/docs/v1/reference/mylibrary/bookshelves/list) | `GET /mylibrary/bookshelves` | Retrieves a list of bookshelves belonging to the authenticated user. |\n| [moveVolume](/books/docs/v1/reference/mylibrary/bookshelves/moveVolume) | `POST /mylibrary/bookshelves/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eshelf\u003c/var\u003e`/moveVolume` | Moves a volume within a bookshelf. |\n| [removeVolume](/books/docs/v1/reference/mylibrary/bookshelves/removeVolume) | `POST /mylibrary/bookshelves/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eshelf\u003c/var\u003e`/removeVolume` | Removes a volume from a bookshelf. |\n\n\\* Relative to the base URI: https://www.googleapis.com/books/v1\n\nMylibrary.bookshelves.volumes\n-----------------------------\n\nFor Mylibrary.bookshelves.volumes Resource details, see the [resource representation](/books/docs/v1/reference/mylibrary/bookshelves/volumes#resource) page.\n\n| Method | REST URI \\* | Description |\n|---------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-----------------------------------------------------|\n| [list](/books/docs/v1/reference/mylibrary/bookshelves/volumes/list) | `GET /mylibrary/bookshelves/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eshelf\u003c/var\u003e`/volumes` | Gets volume information for volumes on a bookshelf. |\n\n\\* Relative to the base URI: https://www.googleapis.com/books/v1"]]