|
cloudresourcemanager
v1beta1
|
#include <get_ancestry_response.h>
Public Member Functions | |
| GetAncestryResponse (const Json::Value &storage) | |
| GetAncestryResponse (Json::Value *storage) | |
| virtual | ~GetAncestryResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_ancestor () const |
| void | clear_ancestor () |
| const client::JsonCppArray< Ancestor > | get_ancestor () const |
| client::JsonCppArray< Ancestor > | mutable_ancestor () |
Static Public Member Functions | |
| static GetAncestryResponse * | New () |
Response from the GetAncestry method.
|
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 'ancestor' attribute.
| const client::JsonCppArray<Ancestor > google_cloudresourcemanager_api::GetAncestryResponse::get_ancestor | ( | ) | const |
Get a reference to the value of the 'ancestor' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'ancestor' attribute was set.
ancestor' attribute was set. | client::JsonCppArray<Ancestor > google_cloudresourcemanager_api::GetAncestryResponse::mutable_ancestor | ( | ) |
Gets a reference to a mutable value of the 'ancestor' property.
Ancestors are ordered from bottom to top of the resource hierarchy. The first ancestor is the project itself, followed by the project's parent, etc.
|
static |
Creates a new default instance.