|
cloudresourcemanager
v1beta1
|
#include <project.h>
Public Member Functions | |
| Project (const Json::Value &storage) | |
| Project (Json::Value *storage) | |
| virtual | ~Project () |
| const StringPiece | GetTypeName () const |
| bool | has_create_time () const |
| void | clear_create_time () |
| const StringPiece | get_create_time () const |
| void | set_create_time (const StringPiece &value) |
| bool | has_labels () const |
| void | clear_labels () |
| const client::JsonCppAssociativeArray< string > | get_labels () const |
| client::JsonCppAssociativeArray< string > | mutable_labels () |
| bool | has_lifecycle_state () const |
| void | clear_lifecycle_state () |
| const StringPiece | get_lifecycle_state () const |
| void | set_lifecycle_state (const StringPiece &value) |
| bool | has_name () const |
| void | clear_name () |
| const StringPiece | get_name () const |
| void | set_name (const StringPiece &value) |
| bool | has_parent () const |
| void | clear_parent () |
| const ResourceId | get_parent () const |
| ResourceId | mutable_parent () |
| bool | has_project_id () const |
| void | clear_project_id () |
| const StringPiece | get_project_id () const |
| void | set_project_id (const StringPiece &value) |
| bool | has_project_number () const |
| void | clear_project_number () |
| int64 | get_project_number () const |
| void | set_project_number (int64 value) |
Static Public Member Functions | |
| static Project * | New () |
A Project is a high-level Google Cloud Platform entity. It is a container for ACLs, APIs, App Engine Apps, VMs, and other Google Cloud Platform resources.
|
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 'createTime' attribute.
|
inline |
Clears the 'labels' attribute.
|
inline |
Clears the 'lifecycleState' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Clears the 'parent' attribute.
|
inline |
Clears the 'projectId' attribute.
|
inline |
Clears the 'projectNumber' attribute.
|
inline |
Get the value of the 'createTime' attribute.
|
inline |
Get a reference to the value of the 'labels' attribute.
|
inline |
Get the value of the 'lifecycleState' attribute.
|
inline |
Get the value of the 'name' attribute.
| const ResourceId google_cloudresourcemanager_api::Project::get_parent | ( | ) | const |
Get a reference to the value of the 'parent' attribute.
|
inline |
Get the value of the 'projectId' attribute.
|
inline |
Get the value of the 'projectNumber' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'createTime' attribute was set.
createTime' attribute was set.
|
inline |
Determine if the 'labels' attribute was set.
labels' attribute was set.
|
inline |
Determine if the 'lifecycleState' attribute was set.
lifecycleState' attribute was set.
|
inline |
Determine if the 'name' attribute was set.
name' attribute was set.
|
inline |
Determine if the 'parent' attribute was set.
parent' attribute was set.
|
inline |
Determine if the 'projectId' attribute was set.
projectId' attribute was set.
|
inline |
Determine if the 'projectNumber' attribute was set.
projectNumber' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'labels' property.
| ResourceId google_cloudresourcemanager_api::Project::mutable_parent | ( | ) |
Gets a reference to a mutable value of the 'parent' property.
An optional reference to a parent Resource.
Supported parent types include "organization" and "folder". Once set, the parent cannot be cleared. The parent can be set on creation or using the UpdateProject method; the end user must have the resourcemanager.projects.create permission on the parent.
Read-write.
|
static |
Creates a new default instance.
|
inline |
Change the 'createTime' attribute.
Creation time.
Read-only.
| [in] | value | The new value. |
|
inline |
Change the 'lifecycleState' attribute.
The Project lifecycle state.
Read-only.
| [in] | value | The new value. |
|
inline |
|
inline |
Change the 'projectId' attribute.
The unique, user-assigned ID of the Project. It must be 6 to 30 lowercase letters, digits, or hyphens. It must start with a letter. Trailing hyphens are prohibited.
| [in] | value | The new value. |
|
inline |
Change the 'projectNumber' attribute.
The number uniquely identifying the project.
| [in] | value | The new value. |