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

#include <network_endpoint_groups_attach_endpoints_request.h>

Inheritance diagram for google_compute_api::NetworkEndpointGroupsAttachEndpointsRequest:

Public Member Functions

 NetworkEndpointGroupsAttachEndpointsRequest (const Json::Value &storage)
 
 NetworkEndpointGroupsAttachEndpointsRequest (Json::Value *storage)
 
virtual ~NetworkEndpointGroupsAttachEndpointsRequest ()
 
const StringPiece GetTypeName () const
 
bool has_network_endpoints () const
 
void clear_network_endpoints ()
 
const client::JsonCppArray< NetworkEndpointget_network_endpoints () const
 
client::JsonCppArray< NetworkEndpointmutable_networkEndpoints ()
 

Static Public Member Functions

static NetworkEndpointGroupsAttachEndpointsRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ NetworkEndpointGroupsAttachEndpointsRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ NetworkEndpointGroupsAttachEndpointsRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~NetworkEndpointGroupsAttachEndpointsRequest()

google_compute_api::NetworkEndpointGroupsAttachEndpointsRequest::~NetworkEndpointGroupsAttachEndpointsRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_network_endpoints()

void google_compute_api::NetworkEndpointGroupsAttachEndpointsRequest::clear_network_endpoints ( )
inline

Clears the 'networkEndpoints' attribute.

◆ get_network_endpoints()

const client::JsonCppArray<NetworkEndpoint > google_compute_api::NetworkEndpointGroupsAttachEndpointsRequest::get_network_endpoints ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::NetworkEndpointGroupsAttachEndpointsReque st

◆ has_network_endpoints()

bool google_compute_api::NetworkEndpointGroupsAttachEndpointsRequest::has_network_endpoints ( ) const
inline

Determine if the 'networkEndpoints' attribute was set.

Returns
true if the 'networkEndpoints' attribute was set.

◆ mutable_networkEndpoints()

client::JsonCppArray<NetworkEndpoint > google_compute_api::NetworkEndpointGroupsAttachEndpointsRequest::mutable_networkEndpoints ( )

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

The list of network endpoints to be attached.

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

◆ New()

NetworkEndpointGroupsAttachEndpointsRequest * google_compute_api::NetworkEndpointGroupsAttachEndpointsRequest::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: