#include <list_skus_response.h>
Response message for ListSkus.
◆ ListSkusResponse() [1/2]
| google_cloudbilling_api::ListSkusResponse::ListSkusResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ListSkusResponse() [2/2]
| google_cloudbilling_api::ListSkusResponse::ListSkusResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ListSkusResponse()
| google_cloudbilling_api::ListSkusResponse::~ListSkusResponse |
( |
| ) |
|
|
virtual |
◆ clear_next_page_token()
| void google_cloudbilling_api::ListSkusResponse::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken' attribute.
◆ clear_skus()
| void google_cloudbilling_api::ListSkusResponse::clear_skus |
( |
| ) |
|
|
inline |
Clears the 'skus' attribute.
◆ get_next_page_token()
| const StringPiece google_cloudbilling_api::ListSkusResponse::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken' attribute.
◆ get_skus()
| const client::JsonCppArray<Sku > google_cloudbilling_api::ListSkusResponse::get_skus |
( |
| ) |
const |
Get a reference to the value of the 'skus' attribute.
◆ GetTypeName()
| const StringPiece google_cloudbilling_api::ListSkusResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_next_page_token()
| bool google_cloudbilling_api::ListSkusResponse::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken' attribute was set.
- Returns
- true if the '
nextPageToken' attribute was set.
◆ has_skus()
| bool google_cloudbilling_api::ListSkusResponse::has_skus |
( |
| ) |
const |
|
inline |
Determine if the 'skus' attribute was set.
- Returns
- true if the '
skus' attribute was set.
◆ mutable_skus()
| client::JsonCppArray<Sku > google_cloudbilling_api::ListSkusResponse::mutable_skus |
( |
| ) |
|
Gets a reference to a mutable value of the 'skus' property.
The list of public SKUs of the given service.
- 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_next_page_token()
| void google_cloudbilling_api::ListSkusResponse::set_next_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nextPageToken' attribute.
A token to retrieve the next page of results. To retrieve the next page, call ListSkus again with the page_token field set to this value. This field is empty if there are no more results to retrieve.
- Parameters
-
The documentation for this class was generated from the following files: