books
v1
|
#include <books_service.h>
Classes | |
class | AssociatedResource |
class | MybooksResource |
class | RecommendedResource |
class | UseruploadedResource |
Public Member Functions | |
VolumesResource (BooksService *service) | |
~VolumesResource () | |
const AssociatedResource & | get_associated () const |
const MybooksResource & | get_mybooks () const |
const RecommendedResource & | get_recommended () const |
const UseruploadedResource & | get_useruploaded () const |
VolumesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &volume_id) const |
VolumesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &q) 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.
|
inline |
Gets the associated resource method factory.
|
inline |
Gets the mybooks resource method factory.
|
inline |
Gets the recommended resource method factory.
|
inline |
Gets the useruploaded resource method factory.
VolumesResource_GetMethod * google_books_api::BooksService::VolumesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | volume_id | ||
) | const |
Creates a new VolumesResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | volume_id | ID of volume to retrieve. |
Execute
the method instance, then destroy it when they are finished. VolumesResource_ListMethod * google_books_api::BooksService::VolumesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | q | ||
) | const |
Creates a new VolumesResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | q | Full-text search query string. |
Execute
the method instance, then destroy it when they are finished.