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

#include <network_endpoint_groups_detach_endpoints_request.h>

Inheritance diagram for google_compute_api::NetworkEndpointGroupsDetachEndpointsRequest:

Public Member Functions

 NetworkEndpointGroupsDetachEndpointsRequest (const Json::Value &storage)
 
 NetworkEndpointGroupsDetachEndpointsRequest (Json::Value *storage)
 
virtual ~NetworkEndpointGroupsDetachEndpointsRequest ()
 
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 NetworkEndpointGroupsDetachEndpointsRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ NetworkEndpointGroupsDetachEndpointsRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ NetworkEndpointGroupsDetachEndpointsRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~NetworkEndpointGroupsDetachEndpointsRequest()

google_compute_api::NetworkEndpointGroupsDetachEndpointsRequest::~NetworkEndpointGroupsDetachEndpointsRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_network_endpoints()

void google_compute_api::NetworkEndpointGroupsDetachEndpointsRequest::clear_network_endpoints ( )
inline

Clears the 'networkEndpoints' attribute.

◆ get_network_endpoints()

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

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::NetworkEndpointGroupsDetachEndpointsReque st

◆ has_network_endpoints()

bool google_compute_api::NetworkEndpointGroupsDetachEndpointsRequest::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::NetworkEndpointGroupsDetachEndpointsRequest::mutable_networkEndpoints ( )

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

The list of network endpoints to be detached.

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

◆ New()

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