#include <site_verification_web_resource_resource.h>
◆ SiteVerificationWebResourceResource() [1/2]
| google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResource |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ SiteVerificationWebResourceResource() [2/2]
| google_siteverification_api::SiteVerificationWebResourceResource::SiteVerificationWebResourceResource |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~SiteVerificationWebResourceResource()
| google_siteverification_api::SiteVerificationWebResourceResource::~SiteVerificationWebResourceResource |
( |
| ) |
|
|
virtual |
◆ clear_id()
| void google_siteverification_api::SiteVerificationWebResourceResource::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id' attribute.
◆ clear_owners()
| void google_siteverification_api::SiteVerificationWebResourceResource::clear_owners |
( |
| ) |
|
|
inline |
Clears the 'owners' attribute.
◆ clear_site()
| void google_siteverification_api::SiteVerificationWebResourceResource::clear_site |
( |
| ) |
|
|
inline |
Clears the 'site' attribute.
◆ get_id()
| const StringPiece google_siteverification_api::SiteVerificationWebResourceResource::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id' attribute.
◆ get_owners()
| const client::JsonCppArray<string > google_siteverification_api::SiteVerificationWebResourceResource::get_owners |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'owners' attribute.
◆ get_site()
Get a reference to the value of the 'site' attribute.
◆ GetTypeName()
| const StringPiece google_siteverification_api::SiteVerificationWebResourceResource::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_siteverification_api::SiteVerificationWebResourceResou rce
◆ has_id()
| bool google_siteverification_api::SiteVerificationWebResourceResource::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id' attribute was set.
- Returns
- true if the '
id' attribute was set.
◆ has_owners()
| bool google_siteverification_api::SiteVerificationWebResourceResource::has_owners |
( |
| ) |
const |
|
inline |
Determine if the 'owners' attribute was set.
- Returns
- true if the '
owners' attribute was set.
◆ has_site()
| bool google_siteverification_api::SiteVerificationWebResourceResource::has_site |
( |
| ) |
const |
|
inline |
Determine if the 'site' attribute was set.
- Returns
- true if the '
site' attribute was set.
◆ mutable_owners()
| client::JsonCppArray<string > google_siteverification_api::SiteVerificationWebResourceResource::mutable_owners |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'owners' property.
The email addresses of all verified owners.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_site()
Gets a reference to a mutable value of the 'site' property.
The address and type of a site that is verified or will be verified.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_id()
| void google_siteverification_api::SiteVerificationWebResourceResource::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id' attribute.
The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- Parameters
-
The documentation for this class was generated from the following files: