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