cloudresourcemanager  v1beta1
Public Member Functions | Static Public Member Functions | List of all members
google_cloudresourcemanager_api::GetAncestryResponse Class Reference

#include <get_ancestry_response.h>

Inheritance diagram for google_cloudresourcemanager_api::GetAncestryResponse:

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< Ancestorget_ancestor () const
 
client::JsonCppArray< Ancestormutable_ancestor ()
 

Static Public Member Functions

static GetAncestryResponseNew ()
 

Detailed Description

Response from the GetAncestry method.

Constructor & Destructor Documentation

◆ GetAncestryResponse() [1/2]

google_cloudresourcemanager_api::GetAncestryResponse::GetAncestryResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ GetAncestryResponse() [2/2]

google_cloudresourcemanager_api::GetAncestryResponse::GetAncestryResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~GetAncestryResponse()

google_cloudresourcemanager_api::GetAncestryResponse::~GetAncestryResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ancestor()

void google_cloudresourcemanager_api::GetAncestryResponse::clear_ancestor ( )
inline

Clears the 'ancestor' attribute.

◆ get_ancestor()

const client::JsonCppArray<Ancestor > google_cloudresourcemanager_api::GetAncestryResponse::get_ancestor ( ) const

Get a reference to the value of the 'ancestor' attribute.

◆ GetTypeName()

const StringPiece google_cloudresourcemanager_api::GetAncestryResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_cloudresourcemanager_api::GetAncestryResponse

◆ has_ancestor()

bool google_cloudresourcemanager_api::GetAncestryResponse::has_ancestor ( ) const
inline

Determine if the 'ancestor' attribute was set.

Returns
true if the 'ancestor' attribute was set.

◆ mutable_ancestor()

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.

Returns
The result can be modified to change the attribute value.

◆ New()

GetAncestryResponse * google_cloudresourcemanager_api::GetAncestryResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: