compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest Class Reference

#include <subnetworks_set_private_ip_google_access_request.h>

Inheritance diagram for google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest:

Public Member Functions

 SubnetworksSetPrivateIpGoogleAccessRequest (const Json::Value &storage)
 
 SubnetworksSetPrivateIpGoogleAccessRequest (Json::Value *storage)
 
virtual ~SubnetworksSetPrivateIpGoogleAccessRequest ()
 
const StringPiece GetTypeName () const
 
bool has_private_ip_google_access () const
 
void clear_private_ip_google_access ()
 
bool get_private_ip_google_access () const
 
void set_private_ip_google_access (bool value)
 

Static Public Member Functions

static SubnetworksSetPrivateIpGoogleAccessRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ SubnetworksSetPrivateIpGoogleAccessRequest() [1/2]

google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::SubnetworksSetPrivateIpGoogleAccessRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ SubnetworksSetPrivateIpGoogleAccessRequest() [2/2]

google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::SubnetworksSetPrivateIpGoogleAccessRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~SubnetworksSetPrivateIpGoogleAccessRequest()

google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::~SubnetworksSetPrivateIpGoogleAccessRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_private_ip_google_access()

void google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::clear_private_ip_google_access ( )
inline

Clears the 'privateIpGoogleAccess' attribute.

◆ get_private_ip_google_access()

bool google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::get_private_ip_google_access ( ) const
inline

Get the value of the 'privateIpGoogleAccess' attribute.

◆ GetTypeName()

const StringPiece google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest

◆ has_private_ip_google_access()

bool google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::has_private_ip_google_access ( ) const
inline

Determine if the 'privateIpGoogleAccess' attribute was set.

Returns
true if the 'privateIpGoogleAccess' attribute was set.

◆ New()

SubnetworksSetPrivateIpGoogleAccessRequest * google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_private_ip_google_access()

void google_compute_api::SubnetworksSetPrivateIpGoogleAccessRequest::set_private_ip_google_access ( bool  value)
inline

Change the 'privateIpGoogleAccess' attribute.

Parameters
[in]valueThe new value.

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