API-Referenz
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die API-Referenz ist nach Ressourcentypen gegliedert. Jeder Ressourcentyp verfügt über eine oder mehrere Datendarstellungen und eine oder mehrere Ressourcen.
Bookshelf
Ausführliche Informationen zu Bookshelf-Ressourcen finden Sie auf der Seite Ressourcendarstellung.
Methode |
REST-URI * |
Beschreibung |
list
|
GET /users/userId/bookshelves
|
Ruft eine Liste der öffentlichen Bookshelf-Ressource für den angegebenen Nutzer ab.
|
get
|
GET /users/userId/bookshelves/shelf
|
Ruft eine bestimmte Bookshelf-Ressource für den angegebenen Nutzer ab.
|
* Relativ zum Basis-URI: https://www.googleapis.com/books/v1
Volumen
Ausführliche Informationen zu Volume-Ressourcen finden Sie auf der Seite Ressourcendarstellung.
Methode |
REST-URI * |
Beschreibung |
get
|
GET /volumes/volumeId
|
Ruft eine Volume-Ressource basierend auf der ID ab.
|
list
|
GET /volumes?q={search terms}
|
Führt eine Buchsuche durch.
|
* Relativ zum Basis-URI: https://www.googleapis.com/books/v1
Bookshelves.volumes
Ausführliche Informationen zu Ressourcen vom Typ „Bookshelf.volumes“ finden Sie auf der Seite Ressourcendarstellung.
Methode |
REST-URI * |
Beschreibung |
list
|
GET /users/userId/bookshelves/shelf/volumes
|
Ruft Volumes in einem bestimmten Bücherregal für den angegebenen Nutzer ab.
|
* Relativ zum Basis-URI: https://www.googleapis.com/books/v1
Mylibrary.bookshelves
Ausführliche Informationen zu Ressourcen vom Typ „Mylibrary.bookshelf“ finden Sie auf der Seite Ressourcendarstellung.
Methode |
REST-URI * |
Beschreibung |
addVolume
|
POST /mylibrary/bookshelves/shelf/addVolume
|
Fügt einem Bücherregal ein Volume hinzu.
|
clearVolumes
|
POST /mylibrary/bookshelves/shelf/clearVolumes
|
Löscht alle Volumes aus einem Bücherregal.
|
get
|
GET /mylibrary/bookshelves/shelf
|
Ruft Metadaten für ein bestimmtes Bücherregal ab, das dem authentifizierten Nutzer gehört.
|
list
|
GET /mylibrary/bookshelves
|
Ruft eine Liste der Bücherregale ab, die dem authentifizierten Nutzer gehören.
|
moveVolume
|
POST /mylibrary/bookshelves/shelf/moveVolume
|
Verschiebt ein Volume in einem Bücherregal.
|
removeVolume
|
POST /mylibrary/bookshelves/shelf/removeVolume
|
Entfernt ein Volume aus einem Bücherregal.
|
* Relativ zum Basis-URI: https://www.googleapis.com/books/v1
Mylibrary.bookshelves.volumes
Ausführliche Informationen zu Ressourcen vom Typ „Mylibrary.bookshelf.volumes“ finden Sie auf der Seite Ressourcendarstellung.
Methode |
REST-URI * |
Beschreibung |
list
|
GET /mylibrary/bookshelves/shelf/volumes
|
Ruft Volume-Informationen für Volumes in einem Bücherregal ab.
|
* Relativ zum Basis-URI: https://www.googleapis.com/books/v1
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\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"]]