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

#include <ancestor.h>

Inheritance diagram for google_cloudresourcemanager_api::Ancestor:

Public Member Functions

 Ancestor (const Json::Value &storage)
 
 Ancestor (Json::Value *storage)
 
virtual ~Ancestor ()
 
const StringPiece GetTypeName () const
 
bool has_resource_id () const
 
void clear_resource_id ()
 
const ResourceId get_resource_id () const
 
ResourceId mutable_resourceId ()
 

Static Public Member Functions

static AncestorNew ()
 

Detailed Description

Identifying information for a single ancestor of a project.

Constructor & Destructor Documentation

◆ Ancestor() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Ancestor() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Ancestor()

google_cloudresourcemanager_api::Ancestor::~Ancestor ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_resource_id()

void google_cloudresourcemanager_api::Ancestor::clear_resource_id ( )
inline

Clears the 'resourceId' attribute.

◆ get_resource_id()

const ResourceId google_cloudresourcemanager_api::Ancestor::get_resource_id ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_cloudresourcemanager_api::Ancestor

◆ has_resource_id()

bool google_cloudresourcemanager_api::Ancestor::has_resource_id ( ) const
inline

Determine if the 'resourceId' attribute was set.

Returns
true if the 'resourceId' attribute was set.

◆ mutable_resourceId()

ResourceId google_cloudresourcemanager_api::Ancestor::mutable_resourceId ( )

Gets a reference to a mutable value of the 'resourceId' property.

Resource id of the ancestor.

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

◆ New()

Ancestor * google_cloudresourcemanager_api::Ancestor::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: