books
v1
|
#include <books_service.h>
Classes | |
class | AnnotationDataResource |
class | VolumeAnnotationsResource |
Public Member Functions | |
LayersResource (BooksService *service) | |
~LayersResource () | |
const AnnotationDataResource & | get_annotation_data () const |
const VolumeAnnotationsResource & | get_volume_annotations () const |
LayersResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &volume_id, const absl::string_view &summary_id) const |
LayersResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &volume_id) 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 annotationData resource method factory.
|
inline |
Gets the volumeAnnotations resource method factory.
LayersResource_GetMethod * google_books_api::BooksService::LayersResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | volume_id, | ||
const absl::string_view & | summary_id | ||
) | const |
Creates a new LayersResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | volume_id | The volume to retrieve layers for. |
[in] | summary_id | The ID for the layer to get the summary for. |
Execute
the method instance, then destroy it when they are finished. LayersResource_ListMethod * google_books_api::BooksService::LayersResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | volume_id | ||
) | const |
Creates a new LayersResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | volume_id | The volume to retrieve layers for. |
Execute
the method instance, then destroy it when they are finished.