#include <addresses_scoped_list.h>
◆ AddressesScopedList() [1/2]
google_compute_api::AddressesScopedList::AddressesScopedList |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ AddressesScopedList() [2/2]
google_compute_api::AddressesScopedList::AddressesScopedList |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~AddressesScopedList()
google_compute_api::AddressesScopedList::~AddressesScopedList |
( |
| ) |
|
|
virtual |
◆ clear_addresses()
void google_compute_api::AddressesScopedList::clear_addresses |
( |
| ) |
|
|
inline |
Clears the 'addresses
' attribute.
◆ clear_warning()
void google_compute_api::AddressesScopedList::clear_warning |
( |
| ) |
|
|
inline |
Clears the 'warning
' attribute.
◆ get_addresses()
const client::JsonCppArray<Address > google_compute_api::AddressesScopedList::get_addresses |
( |
| ) |
const |
Get a reference to the value of the 'addresses
' attribute.
◆ get_warning()
Get a reference to the value of the 'warning
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::AddressesScopedList::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_addresses()
bool google_compute_api::AddressesScopedList::has_addresses |
( |
| ) |
const |
|
inline |
Determine if the 'addresses
' attribute was set.
- Returns
- true if the '
addresses
' attribute was set.
◆ has_warning()
bool google_compute_api::AddressesScopedList::has_warning |
( |
| ) |
const |
|
inline |
Determine if the 'warning
' attribute was set.
- Returns
- true if the '
warning
' attribute was set.
◆ mutable_addresses()
client::JsonCppArray<Address > google_compute_api::AddressesScopedList::mutable_addresses |
( |
| ) |
|
Gets a reference to a mutable value of the 'addresses
' property.
[Output Only] A list of addresses contained in this scope.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_warning()
Gets a reference to a mutable value of the 'warning
' property.
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
- 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: