#include <list_project_billing_info_response.h>
◆ ListProjectBillingInfoResponse() [1/2]
google_cloudbilling_api::ListProjectBillingInfoResponse::ListProjectBillingInfoResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ListProjectBillingInfoResponse() [2/2]
google_cloudbilling_api::ListProjectBillingInfoResponse::ListProjectBillingInfoResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ListProjectBillingInfoResponse()
google_cloudbilling_api::ListProjectBillingInfoResponse::~ListProjectBillingInfoResponse |
( |
| ) |
|
|
virtual |
◆ clear_next_page_token()
void google_cloudbilling_api::ListProjectBillingInfoResponse::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken
' attribute.
◆ clear_project_billing_info()
void google_cloudbilling_api::ListProjectBillingInfoResponse::clear_project_billing_info |
( |
| ) |
|
|
inline |
Clears the 'projectBillingInfo
' attribute.
◆ get_next_page_token()
const StringPiece google_cloudbilling_api::ListProjectBillingInfoResponse::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken
' attribute.
◆ get_project_billing_info()
const client::JsonCppArray<ProjectBillingInfo > google_cloudbilling_api::ListProjectBillingInfoResponse::get_project_billing_info |
( |
| ) |
const |
Get a reference to the value of the 'projectBillingInfo
' attribute.
◆ GetTypeName()
const StringPiece google_cloudbilling_api::ListProjectBillingInfoResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_next_page_token()
bool google_cloudbilling_api::ListProjectBillingInfoResponse::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken
' attribute was set.
- Returns
- true if the '
nextPageToken
' attribute was set.
◆ has_project_billing_info()
bool google_cloudbilling_api::ListProjectBillingInfoResponse::has_project_billing_info |
( |
| ) |
const |
|
inline |
Determine if the 'projectBillingInfo
' attribute was set.
- Returns
- true if the '
projectBillingInfo
' attribute was set.
◆ mutable_projectBillingInfo()
client::JsonCppArray<ProjectBillingInfo > google_cloudbilling_api::ListProjectBillingInfoResponse::mutable_projectBillingInfo |
( |
| ) |
|
Gets a reference to a mutable value of the 'projectBillingInfo
' property.
A list of ProjectBillingInfo
resources representing the projects associated with the billing account.
- 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::ListProjectBillingInfoResponse::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 ListProjectBillingInfo
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: