books  v1
Public Member Functions | List of all members
google_books_api::BooksService::CloudloadingResource Class Reference

#include <books_service.h>

Public Member Functions

 CloudloadingResource (BooksService *service)
 
 ~CloudloadingResource ()
 
CloudloadingResource_AddBookMethodNewAddBookMethod (client::AuthorizationCredential *_credential_) const
 
CloudloadingResource_DeleteBookMethodNewDeleteBookMethod (client::AuthorizationCredential *_credential_, const absl::string_view &volume_id) const
 
CloudloadingResource_UpdateBookMethodNewUpdateBookMethod (client::AuthorizationCredential *_credential_, const BooksCloudloadingResource &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ CloudloadingResource()

google_books_api::BooksService::CloudloadingResource::CloudloadingResource ( BooksService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~CloudloadingResource()

google_books_api::BooksService::CloudloadingResource::~CloudloadingResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAddBookMethod()

CloudloadingResource_AddBookMethod * google_books_api::BooksService::CloudloadingResource::NewAddBookMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new CloudloadingResource_AddBookMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteBookMethod()

CloudloadingResource_DeleteBookMethod * google_books_api::BooksService::CloudloadingResource::NewDeleteBookMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  volume_id 
) const

Creates a new CloudloadingResource_DeleteBookMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]volume_idThe id of the book to be removed.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateBookMethod()

CloudloadingResource_UpdateBookMethod * google_books_api::BooksService::CloudloadingResource::NewUpdateBookMethod ( client::AuthorizationCredential *  _credential_,
const BooksCloudloadingResource _content_ 
) const

Creates a new CloudloadingResource_UpdateBookMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to updateBook.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

The documentation for this class was generated from the following files: