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

#include <region_instance_groups_set_named_ports_request.h>

Inheritance diagram for google_compute_api::RegionInstanceGroupsSetNamedPortsRequest:

Public Member Functions

 RegionInstanceGroupsSetNamedPortsRequest (const Json::Value &storage)
 
 RegionInstanceGroupsSetNamedPortsRequest (Json::Value *storage)
 
virtual ~RegionInstanceGroupsSetNamedPortsRequest ()
 
const StringPiece GetTypeName () const
 
bool has_fingerprint () const
 
void clear_fingerprint ()
 
const StringPiece get_fingerprint () const
 
void set_fingerprint (const StringPiece &value)
 
bool has_named_ports () const
 
void clear_named_ports ()
 
const client::JsonCppArray< NamedPortget_named_ports () const
 
client::JsonCppArray< NamedPortmutable_namedPorts ()
 

Static Public Member Functions

static RegionInstanceGroupsSetNamedPortsRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ RegionInstanceGroupsSetNamedPortsRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ RegionInstanceGroupsSetNamedPortsRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~RegionInstanceGroupsSetNamedPortsRequest()

google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::~RegionInstanceGroupsSetNamedPortsRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_fingerprint()

void google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::clear_fingerprint ( )
inline

Clears the 'fingerprint' attribute.

◆ clear_named_ports()

void google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::clear_named_ports ( )
inline

Clears the 'namedPorts' attribute.

◆ get_fingerprint()

const StringPiece google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::get_fingerprint ( ) const
inline

Get the value of the 'fingerprint' attribute.

◆ get_named_ports()

const client::JsonCppArray<NamedPort > google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::get_named_ports ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::RegionInstanceGroupsSetNamedPortsRequest

◆ has_fingerprint()

bool google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::has_fingerprint ( ) const
inline

Determine if the 'fingerprint' attribute was set.

Returns
true if the 'fingerprint' attribute was set.

◆ has_named_ports()

bool google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::has_named_ports ( ) const
inline

Determine if the 'namedPorts' attribute was set.

Returns
true if the 'namedPorts' attribute was set.

◆ mutable_namedPorts()

client::JsonCppArray<NamedPort > google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::mutable_namedPorts ( )

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

The list of named ports to set for this instance group.

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

◆ New()

RegionInstanceGroupsSetNamedPortsRequest * google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_fingerprint()

void google_compute_api::RegionInstanceGroupsSetNamedPortsRequest::set_fingerprint ( const StringPiece &  value)
inline

Change the 'fingerprint' attribute.

The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.

Parameters
[in]valueThe new value.

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