#include <list_services_response.h>
Response message for ListServices
.
◆ ListServicesResponse() [1/2]
google_cloudbilling_api::ListServicesResponse::ListServicesResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ListServicesResponse() [2/2]
google_cloudbilling_api::ListServicesResponse::ListServicesResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ListServicesResponse()
google_cloudbilling_api::ListServicesResponse::~ListServicesResponse |
( |
| ) |
|
|
virtual |
◆ clear_next_page_token()
void google_cloudbilling_api::ListServicesResponse::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken
' attribute.
◆ clear_services()
void google_cloudbilling_api::ListServicesResponse::clear_services |
( |
| ) |
|
|
inline |
Clears the 'services
' attribute.
◆ get_next_page_token()
const StringPiece google_cloudbilling_api::ListServicesResponse::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken
' attribute.
◆ get_services()
const client::JsonCppArray<Service > google_cloudbilling_api::ListServicesResponse::get_services |
( |
| ) |
const |
Get a reference to the value of the 'services
' attribute.
◆ GetTypeName()
const StringPiece google_cloudbilling_api::ListServicesResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_next_page_token()
bool google_cloudbilling_api::ListServicesResponse::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken
' attribute was set.
- Returns
- true if the '
nextPageToken
' attribute was set.
◆ has_services()
bool google_cloudbilling_api::ListServicesResponse::has_services |
( |
| ) |
const |
|
inline |
Determine if the 'services
' attribute was set.
- Returns
- true if the '
services
' attribute was set.
◆ mutable_services()
client::JsonCppArray<Service > google_cloudbilling_api::ListServicesResponse::mutable_services |
( |
| ) |
|
Gets a reference to a mutable value of the 'services
' property.
A list of services.
- 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::ListServicesResponse::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 ListServices
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: