#include <target_pool_aggregated_list.h>
◆ TargetPoolAggregatedList() [1/2]
google_compute_api::TargetPoolAggregatedList::TargetPoolAggregatedList |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TargetPoolAggregatedList() [2/2]
google_compute_api::TargetPoolAggregatedList::TargetPoolAggregatedList |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TargetPoolAggregatedList()
google_compute_api::TargetPoolAggregatedList::~TargetPoolAggregatedList |
( |
| ) |
|
|
virtual |
◆ clear_id()
void google_compute_api::TargetPoolAggregatedList::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id
' attribute.
◆ clear_items()
void google_compute_api::TargetPoolAggregatedList::clear_items |
( |
| ) |
|
|
inline |
Clears the 'items
' attribute.
◆ clear_kind()
void google_compute_api::TargetPoolAggregatedList::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_next_page_token()
void google_compute_api::TargetPoolAggregatedList::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken
' attribute.
◆ clear_self_link()
void google_compute_api::TargetPoolAggregatedList::clear_self_link |
( |
| ) |
|
|
inline |
Clears the 'selfLink
' attribute.
◆ clear_warning()
void google_compute_api::TargetPoolAggregatedList::clear_warning |
( |
| ) |
|
|
inline |
Clears the 'warning
' attribute.
◆ get_id()
const StringPiece google_compute_api::TargetPoolAggregatedList::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id
' attribute.
◆ get_items()
const client::JsonCppAssociativeArray<TargetPoolsScopedList > google_compute_api::TargetPoolAggregatedList::get_items |
( |
| ) |
const |
Get a reference to the value of the 'items
' attribute.
◆ get_kind()
const StringPiece google_compute_api::TargetPoolAggregatedList::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_next_page_token()
const StringPiece google_compute_api::TargetPoolAggregatedList::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken
' attribute.
◆ get_self_link()
const StringPiece google_compute_api::TargetPoolAggregatedList::get_self_link |
( |
| ) |
const |
|
inline |
Get the value of the 'selfLink
' attribute.
◆ get_warning()
Get a reference to the value of the 'warning
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::TargetPoolAggregatedList::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_id()
bool google_compute_api::TargetPoolAggregatedList::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id
' attribute was set.
- Returns
- true if the '
id
' attribute was set.
◆ has_items()
bool google_compute_api::TargetPoolAggregatedList::has_items |
( |
| ) |
const |
|
inline |
Determine if the 'items
' attribute was set.
- Returns
- true if the '
items
' attribute was set.
◆ has_kind()
bool google_compute_api::TargetPoolAggregatedList::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_next_page_token()
bool google_compute_api::TargetPoolAggregatedList::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken
' attribute was set.
- Returns
- true if the '
nextPageToken
' attribute was set.
◆ has_self_link()
bool google_compute_api::TargetPoolAggregatedList::has_self_link |
( |
| ) |
const |
|
inline |
Determine if the 'selfLink
' attribute was set.
- Returns
- true if the '
selfLink
' attribute was set.
◆ has_warning()
bool google_compute_api::TargetPoolAggregatedList::has_warning |
( |
| ) |
const |
|
inline |
Determine if the 'warning
' attribute was set.
- Returns
- true if the '
warning
' attribute was set.
◆ mutable_items()
client::JsonCppAssociativeArray<TargetPoolsScopedList > google_compute_api::TargetPoolAggregatedList::mutable_items |
( |
| ) |
|
Gets a reference to a mutable value of the 'items
' property.
A list of TargetPool resources.
- 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 message.
- 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.
◆ set_id()
void google_compute_api::TargetPoolAggregatedList::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
[Output Only] Unique identifier for the resource; defined by the server.
- Parameters
-
◆ set_kind()
void google_compute_api::TargetPoolAggregatedList::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
[Output Only] Type of resource. Always compute::targetPoolAggregatedList for aggregated lists of target pools.
- Parameters
-
◆ set_next_page_token()
void google_compute_api::TargetPoolAggregatedList::set_next_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nextPageToken
' attribute.
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
- Parameters
-
◆ set_self_link()
void google_compute_api::TargetPoolAggregatedList::set_self_link |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'selfLink
' attribute.
[Output Only] Server-defined URL for this resource.
- Parameters
-
The documentation for this class was generated from the following files: