Namespace Google.Apis.Libraryagent.v1
Classes
LibraryagentBaseServiceRequest<TResponse>
A base abstract class for Libraryagent requests.
LibraryagentService
The Libraryagent Service.
LibraryagentService.Scope
Available OAuth 2.0 scopes for use with the Library Agent API.
LibraryagentService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Library Agent API.
ShelvesResource
The "shelves" collection of methods.
ShelvesResource.BooksResource
The "books" collection of methods.
ShelvesResource.BooksResource.BorrowRequest
Borrow a book from the library. Returns the book if it is borrowed successfully. Returns NOT_FOUND if the book does not exist in the library. Returns quota exceeded error if the amount of books borrowed exceeds allocation quota in any dimensions.
ShelvesResource.BooksResource.GetRequest
Gets a book. Returns NOT_FOUND if the book does not exist.
ShelvesResource.BooksResource.LibraryagentReturnRequest
Return a book to the library. Returns the book if it is returned to the library successfully. Returns error if the book does not belong to the library or the users didn't borrow before.
ShelvesResource.BooksResource.ListRequest
Lists books in a shelf. The order is unspecified but deterministic. Newly created books will not necessarily be added to the end of this list. Returns NOT_FOUND if the shelf does not exist.
ShelvesResource.GetRequest
Gets a shelf. Returns NOT_FOUND if the shelf does not exist.
ShelvesResource.ListRequest
Lists shelves. The order is unspecified but deterministic. Newly created shelves will not necessarily be added to the end of this list.
Enums
LibraryagentBaseServiceRequest<TResponse>.AltEnum
Data format for response.
LibraryagentBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.