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

#include <books_service.h>

Public Member Functions

 OnboardingResource (BooksService *service)
 
 ~OnboardingResource ()
 
OnboardingResource_ListCategoriesMethodNewListCategoriesMethod (client::AuthorizationCredential *_credential_) const
 
OnboardingResource_ListCategoryVolumesMethodNewListCategoryVolumesMethod (client::AuthorizationCredential *_credential_) const
 
OnboardingResource_ListCategoryVolumesMethodPager * NewListCategoryVolumesMethodPager (client::AuthorizationCredential *_credential_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ OnboardingResource()

google_books_api::BooksService::OnboardingResource::OnboardingResource ( 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.

◆ ~OnboardingResource()

google_books_api::BooksService::OnboardingResource::~OnboardingResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewListCategoriesMethod()

OnboardingResource_ListCategoriesMethod * google_books_api::BooksService::OnboardingResource::NewListCategoriesMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new OnboardingResource_ListCategoriesMethod 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.

◆ NewListCategoryVolumesMethod()

OnboardingResource_ListCategoryVolumesMethod * google_books_api::BooksService::OnboardingResource::NewListCategoryVolumesMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new OnboardingResource_ListCategoryVolumesMethod 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.

◆ NewListCategoryVolumesMethodPager()

OnboardingResource_ListCategoryVolumesMethodPager * google_books_api::BooksService::OnboardingResource::NewListCategoryVolumesMethodPager ( client::AuthorizationCredential *  _credential_) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
See also
googleapis::googleapis::ServiceRequestPager

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