|
siteVerification
v1
|
#include <site_verification_service.h>
Public Member Functions | |
| WebResourceResource (SiteVerificationService *service) | |
| ~WebResourceResource () | |
| WebResourceResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id) const |
| WebResourceResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id) const |
| WebResourceResource_GetTokenMethod * | NewGetTokenMethod (client::AuthorizationCredential *_credential_, const SiteVerificationWebResourceGettokenRequest &_content_) const |
| WebResourceResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &verification_method, const SiteVerificationWebResourceResource &_content_) const |
| WebResourceResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_) const |
| WebResourceResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id, const SiteVerificationWebResourceResource &_content_) const |
| WebResourceResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id, const SiteVerificationWebResourceResource &_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.
| WebResourceResource_DeleteMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | id | ||
| ) | const |
Creates a new WebResourceResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | id | The id of a verified site or domain. |
Execute the method instance, then destroy it when they are finished. | WebResourceResource_GetMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | id | ||
| ) | const |
Creates a new WebResourceResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | id | The id of a verified site or domain. |
Execute the method instance, then destroy it when they are finished. | WebResourceResource_GetTokenMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewGetTokenMethod | ( | client::AuthorizationCredential * | _credential_, |
| const SiteVerificationWebResourceGettokenRequest & | _content_ | ||
| ) | const |
Creates a new WebResourceResource_GetTokenMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | <em>content</em> | The data object to getToken. |
Execute the method instance, then destroy it when they are finished. | WebResourceResource_InsertMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | verification_method, | ||
| const SiteVerificationWebResourceResource & | _content_ | ||
| ) | const |
Creates a new WebResourceResource_InsertMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | verification_method | The method to use for verifying a site or domain. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | WebResourceResource_ListMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new WebResourceResource_ListMethod 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. | WebResourceResource_PatchMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | id, | ||
| const SiteVerificationWebResourceResource & | _content_ | ||
| ) | const |
Creates a new WebResourceResource_PatchMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | id | The id of a verified site or domain. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | WebResourceResource_UpdateMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | id, | ||
| const SiteVerificationWebResourceResource & | _content_ | ||
| ) | const |
Creates a new WebResourceResource_UpdateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | id | The id of a verified site or domain. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.