books
v1
|
#include <books_service.h>
Public Member Functions | |
MyconfigResource (BooksService *service) | |
~MyconfigResource () | |
MyconfigResource_GetUserSettingsMethod * | NewGetUserSettingsMethod (client::AuthorizationCredential *_credential_) const |
MyconfigResource_ReleaseDownloadAccessMethod * | NewReleaseDownloadAccessMethod (client::AuthorizationCredential *_credential_, const client::JsonCppArray< string > &volume_ids, const absl::string_view &cpksver) const |
MyconfigResource_RequestAccessMethod * | NewRequestAccessMethod (client::AuthorizationCredential *_credential_, const absl::string_view &source, const absl::string_view &volume_id, const absl::string_view &nonce, const absl::string_view &cpksver) const |
MyconfigResource_SyncVolumeLicensesMethod * | NewSyncVolumeLicensesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &source, const absl::string_view &nonce, const absl::string_view &cpksver) const |
MyconfigResource_UpdateUserSettingsMethod * | NewUpdateUserSettingsMethod (client::AuthorizationCredential *_credential_, const Usersettings &_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.
MyconfigResource_GetUserSettingsMethod * google_books_api::BooksService::MyconfigResource::NewGetUserSettingsMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new MyconfigResource_GetUserSettingsMethod 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. MyconfigResource_ReleaseDownloadAccessMethod * google_books_api::BooksService::MyconfigResource::NewReleaseDownloadAccessMethod | ( | client::AuthorizationCredential * | _credential_, |
const client::JsonCppArray< string > & | volume_ids, | ||
const absl::string_view & | cpksver | ||
) | const |
Creates a new MyconfigResource_ReleaseDownloadAccessMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | volume_ids | The volume(s) to release restrictions for. |
[in] | cpksver | The device/version ID from which to release the restriction. |
Execute
the method instance, then destroy it when they are finished. MyconfigResource_RequestAccessMethod * google_books_api::BooksService::MyconfigResource::NewRequestAccessMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | source, | ||
const absl::string_view & | volume_id, | ||
const absl::string_view & | nonce, | ||
const absl::string_view & | cpksver | ||
) | const |
Creates a new MyconfigResource_RequestAccessMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | source | String to identify the originator of this request. |
[in] | volume_id | The volume to request concurrent/download restrictions for. |
[in] | nonce | The client nonce value. |
[in] | cpksver | The device/version ID from which to request the restrictions. |
Execute
the method instance, then destroy it when they are finished. MyconfigResource_SyncVolumeLicensesMethod * google_books_api::BooksService::MyconfigResource::NewSyncVolumeLicensesMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | source, | ||
const absl::string_view & | nonce, | ||
const absl::string_view & | cpksver | ||
) | const |
Creates a new MyconfigResource_SyncVolumeLicensesMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | source | String to identify the originator of this request. |
[in] | nonce | The client nonce value. |
[in] | cpksver | The device/version ID from which to release the restriction. |
Execute
the method instance, then destroy it when they are finished. MyconfigResource_UpdateUserSettingsMethod * google_books_api::BooksService::MyconfigResource::NewUpdateUserSettingsMethod | ( | client::AuthorizationCredential * | _credential_, |
const Usersettings & | _content_ | ||
) | const |
Creates a new MyconfigResource_UpdateUserSettingsMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | <em>content</em> | The data object to updateUserSettings. |
Execute
the method instance, then destroy it when they are finished.