cloudbilling
v1
|
#include <list_billing_accounts_response.h>
Public Member Functions | |
ListBillingAccountsResponse (const Json::Value &storage) | |
ListBillingAccountsResponse (Json::Value *storage) | |
virtual | ~ListBillingAccountsResponse () |
const StringPiece | GetTypeName () const |
bool | has_billing_accounts () const |
void | clear_billing_accounts () |
const client::JsonCppArray< BillingAccount > | get_billing_accounts () const |
client::JsonCppArray< BillingAccount > | mutable_billingAccounts () |
bool | has_next_page_token () const |
void | clear_next_page_token () |
const StringPiece | get_next_page_token () const |
void | set_next_page_token (const StringPiece &value) |
Static Public Member Functions | |
static ListBillingAccountsResponse * | New () |
Response message for ListBillingAccounts
.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'billingAccounts
' attribute.
|
inline |
Clears the 'nextPageToken
' attribute.
const client::JsonCppArray<BillingAccount > google_cloudbilling_api::ListBillingAccountsResponse::get_billing_accounts | ( | ) | const |
Get a reference to the value of the 'billingAccounts
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'billingAccounts
' attribute was set.
billingAccounts
' attribute was set.
|
inline |
Determine if the 'nextPageToken
' attribute was set.
nextPageToken
' attribute was set. client::JsonCppArray<BillingAccount > google_cloudbilling_api::ListBillingAccountsResponse::mutable_billingAccounts | ( | ) |
Gets a reference to a mutable value of the 'billingAccounts
' property.
A list of billing accounts.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken
' attribute.
A token to retrieve the next page of results. To retrieve the next page, call ListBillingAccounts
again with the page_token
field set to this value. This field is empty if there are no more results to retrieve.
[in] | value | The new value. |