#include <network_endpoint_groups_detach_endpoints_request.h>
◆ NetworkEndpointGroupsDetachEndpointsRequest() [1/2]
google_compute_api::NetworkEndpointGroupsDetachEndpointsRequest::NetworkEndpointGroupsDetachEndpointsRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~NetworkEndpointGroupsDetachEndpointsRequest()
google_compute_api::NetworkEndpointGroupsDetachEndpointsRequest::~NetworkEndpointGroupsDetachEndpointsRequest |
( |
| ) |
|
|
virtual |
◆ 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()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: