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

#include <organization_owner.h>

Inheritance diagram for google_cloudresourcemanager_api::OrganizationOwner:

Public Member Functions

 OrganizationOwner (const Json::Value &storage)
 
 OrganizationOwner (Json::Value *storage)
 
virtual ~OrganizationOwner ()
 
const StringPiece GetTypeName () const
 
bool has_directory_customer_id () const
 
void clear_directory_customer_id ()
 
const StringPiece get_directory_customer_id () const
 
void set_directory_customer_id (const StringPiece &value)
 

Static Public Member Functions

static OrganizationOwnerNew ()
 

Detailed Description

The entity that owns an Organization. The lifetime of the Organization and all of its descendants are bound to the OrganizationOwner. If the OrganizationOwner is deleted, the Organization and all its descendants will be deleted.

Constructor & Destructor Documentation

◆ OrganizationOwner() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ OrganizationOwner() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~OrganizationOwner()

google_cloudresourcemanager_api::OrganizationOwner::~OrganizationOwner ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_directory_customer_id()

void google_cloudresourcemanager_api::OrganizationOwner::clear_directory_customer_id ( )
inline

Clears the 'directoryCustomerId' attribute.

◆ get_directory_customer_id()

const StringPiece google_cloudresourcemanager_api::OrganizationOwner::get_directory_customer_id ( ) const
inline

Get the value of the 'directoryCustomerId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_cloudresourcemanager_api::OrganizationOwner

◆ has_directory_customer_id()

bool google_cloudresourcemanager_api::OrganizationOwner::has_directory_customer_id ( ) const
inline

Determine if the 'directoryCustomerId' attribute was set.

Returns
true if the 'directoryCustomerId' attribute was set.

◆ New()

OrganizationOwner * google_cloudresourcemanager_api::OrganizationOwner::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_directory_customer_id()

void google_cloudresourcemanager_api::OrganizationOwner::set_directory_customer_id ( const StringPiece &  value)
inline

Change the 'directoryCustomerId' attribute.

The G Suite customer id used in the Directory API.

Parameters
[in]valueThe new value.

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