books
v1
|
#include <books_service.h>
Public Member Functions | |
CloudloadingResource (BooksService *service) | |
~CloudloadingResource () | |
CloudloadingResource_AddBookMethod * | NewAddBookMethod (client::AuthorizationCredential *_credential_) const |
CloudloadingResource_DeleteBookMethod * | NewDeleteBookMethod (client::AuthorizationCredential *_credential_, const absl::string_view &volume_id) const |
CloudloadingResource_UpdateBookMethod * | NewUpdateBookMethod (client::AuthorizationCredential *_credential_, const BooksCloudloadingResource &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
CloudloadingResource_AddBookMethod * google_books_api::BooksService::CloudloadingResource::NewAddBookMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new CloudloadingResource_AddBookMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute
the method instance, then destroy it when they are finished. CloudloadingResource_DeleteBookMethod * google_books_api::BooksService::CloudloadingResource::NewDeleteBookMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | volume_id | ||
) | const |
Creates a new CloudloadingResource_DeleteBookMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | volume_id | The id of the book to be removed. |
Execute
the method instance, then destroy it when they are finished. CloudloadingResource_UpdateBookMethod * google_books_api::BooksService::CloudloadingResource::NewUpdateBookMethod | ( | client::AuthorizationCredential * | _credential_, |
const BooksCloudloadingResource & | _content_ | ||
) | const |
Creates a new CloudloadingResource_UpdateBookMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | <em>content</em> | The data object to updateBook. |
Execute
the method instance, then destroy it when they are finished.