API 참조
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 API 참조는 리소스 유형을 기준으로 구성되어 있습니다. 각 리소스 유형은 하나 이상의 데이터 표현 및 하나 이상의 메소드를 갖습니다.
Bookshelf
서가 리소스에 대한 자세한 내용은 리소스 표현 페이지를 참조하세요.
* 기본 URI 기준: https://www.googleapis.com/books/v1
볼륨
볼륨 리소스에 대한 자세한 내용은 리소스 표현 페이지를 참조하세요.
메서드 |
REST URI * |
설명 |
get
|
GET /volumes/volumeId
|
ID를 기반으로 볼륨 리소스를 검색합니다.
|
list
|
GET /volumes?q={search terms}
|
도서 검색을 수행합니다.
|
* 기본 URI 기준: https://www.googleapis.com/books/v1
Bookshelves.volumes
Bookshelves.volumes 리소스에 대한 자세한 내용은 리소스 표현 페이지를 참조하세요.
메서드 |
REST URI * |
설명 |
list
|
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
|
인증된 사용자에게 속한 특정 서가의 메타데이터를 검색합니다.
|
list
|
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 * |
설명 |
list
|
GET /mylibrary/bookshelves/shelf/volumes
|
서가의 볼륨 정보를 가져옵니다.
|
* 기본 URI 기준: https://www.googleapis.com/books/v1
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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"]]