#include <site_verification_web_resource_gettoken_response.h>
◆ SiteVerificationWebResourceGettokenResponse() [1/2]
| google_siteverification_api::SiteVerificationWebResourceGettokenResponse::SiteVerificationWebResourceGettokenResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ SiteVerificationWebResourceGettokenResponse() [2/2]
| google_siteverification_api::SiteVerificationWebResourceGettokenResponse::SiteVerificationWebResourceGettokenResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~SiteVerificationWebResourceGettokenResponse()
| google_siteverification_api::SiteVerificationWebResourceGettokenResponse::~SiteVerificationWebResourceGettokenResponse |
( |
| ) |
|
|
virtual |
◆ clear_method()
| void google_siteverification_api::SiteVerificationWebResourceGettokenResponse::clear_method |
( |
| ) |
|
|
inline |
Clears the 'method' attribute.
◆ clear_token()
| void google_siteverification_api::SiteVerificationWebResourceGettokenResponse::clear_token |
( |
| ) |
|
|
inline |
Clears the 'token' attribute.
◆ get_method()
| const StringPiece google_siteverification_api::SiteVerificationWebResourceGettokenResponse::get_method |
( |
| ) |
const |
|
inline |
Get the value of the 'method' attribute.
◆ get_token()
| const StringPiece google_siteverification_api::SiteVerificationWebResourceGettokenResponse::get_token |
( |
| ) |
const |
|
inline |
Get the value of the 'token' attribute.
◆ GetTypeName()
| const StringPiece google_siteverification_api::SiteVerificationWebResourceGettokenResponse::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_siteverification_api::SiteVerificationWebResourceGetto kenResponse
◆ has_method()
| bool google_siteverification_api::SiteVerificationWebResourceGettokenResponse::has_method |
( |
| ) |
const |
|
inline |
Determine if the 'method' attribute was set.
- Returns
- true if the '
method' attribute was set.
◆ has_token()
| bool google_siteverification_api::SiteVerificationWebResourceGettokenResponse::has_token |
( |
| ) |
const |
|
inline |
Determine if the 'token' attribute was set.
- Returns
- true if the '
token' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_method()
| void google_siteverification_api::SiteVerificationWebResourceGettokenResponse::set_method |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'method' attribute.
The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain.
- Parameters
-
◆ set_token()
| void google_siteverification_api::SiteVerificationWebResourceGettokenResponse::set_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'token' attribute.
The verification token. The token must be placed appropriately in order for verification to succeed.
- Parameters
-
The documentation for this class was generated from the following files: