siteVerification  v1
Public Member Functions | List of all members
google_siteverification_api::SiteVerificationService::WebResourceResource Class Reference

#include <site_verification_service.h>

Public Member Functions

 WebResourceResource (SiteVerificationService *service)
 
 ~WebResourceResource ()
 
WebResourceResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id) const
 
WebResourceResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id) const
 
WebResourceResource_GetTokenMethodNewGetTokenMethod (client::AuthorizationCredential *_credential_, const SiteVerificationWebResourceGettokenRequest &_content_) const
 
WebResourceResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &verification_method, const SiteVerificationWebResourceResource &_content_) const
 
WebResourceResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_) const
 
WebResourceResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id, const SiteVerificationWebResourceResource &_content_) const
 
WebResourceResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &id, const SiteVerificationWebResourceResource &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ WebResourceResource()

google_siteverification_api::SiteVerificationService::WebResourceResource::WebResourceResource ( SiteVerificationService 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.

◆ ~WebResourceResource()

google_siteverification_api::SiteVerificationService::WebResourceResource::~WebResourceResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

WebResourceResource_DeleteMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  id 
) const

Creates a new WebResourceResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]idThe id of a verified site or domain.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

WebResourceResource_GetMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  id 
) const

Creates a new WebResourceResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]idThe id of a verified site or domain.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetTokenMethod()

WebResourceResource_GetTokenMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewGetTokenMethod ( client::AuthorizationCredential *  _credential_,
const SiteVerificationWebResourceGettokenRequest _content_ 
) const

Creates a new WebResourceResource_GetTokenMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to getToken.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]verification_methodThe method to use for verifying a site or domain.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

WebResourceResource_ListMethod * google_siteverification_api::SiteVerificationService::WebResourceResource::NewListMethod ( client::AuthorizationCredential *  _credential_) const

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

◆ NewPatchMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]idThe id of a verified site or domain.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]idThe id of a verified site or domain.
[in]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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