|
dns
v1
|
#include <project.h>
Public Member Functions | |
| Project (const Json::Value &storage) | |
| Project (Json::Value *storage) | |
| virtual | ~Project () |
| const StringPiece | GetTypeName () const |
| bool | has_id () const |
| void | clear_id () |
| const StringPiece | get_id () const |
| void | set_id (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_number () const |
| void | clear_number () |
| uint64 | get_number () const |
| void | set_number (uint64 value) |
| bool | has_quota () const |
| void | clear_quota () |
| const Quota | get_quota () const |
| Quota | mutable_quota () |
Static Public Member Functions | |
| static Project * | New () |
A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'id' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'number' attribute.
|
inline |
Clears the 'quota' attribute.
|
inline |
Get the value of the 'id' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'number' attribute.
| const Quota google_dns_api::Project::get_quota | ( | ) | const |
Get a reference to the value of the 'quota' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_dns_api::Project
|
inline |
Determine if the 'id' attribute was set.
id' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'number' attribute was set.
number' attribute was set.
|
inline |
Determine if the 'quota' attribute was set.
quota' attribute was set. | Quota google_dns_api::Project::mutable_quota | ( | ) |
Gets a reference to a mutable value of the 'quota' property.
Quotas assigned to this project (output only).
|
static |
Creates a new default instance.
|
inline |
Change the 'id' attribute.
User assigned unique identifier for the resource (output only).
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Identifies what kind of resource this is. Value: the fixed string "dns#project".
| [in] | value | The new value. |
|
inline |
Change the 'number' attribute.
Unique numeric identifier for the resource; defined by the server (output only).
| [in] | value | The new value. |