cloudbilling  v1
Public Member Functions | Static Public Member Functions | List of all members
google_cloudbilling_api::ListBillingAccountsResponse Class Reference

#include <list_billing_accounts_response.h>

Inheritance diagram for google_cloudbilling_api::ListBillingAccountsResponse:

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< BillingAccountget_billing_accounts () const
 
client::JsonCppArray< BillingAccountmutable_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 ListBillingAccountsResponseNew ()
 

Detailed Description

Response message for ListBillingAccounts.

Constructor & Destructor Documentation

◆ ListBillingAccountsResponse() [1/2]

google_cloudbilling_api::ListBillingAccountsResponse::ListBillingAccountsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ListBillingAccountsResponse() [2/2]

google_cloudbilling_api::ListBillingAccountsResponse::ListBillingAccountsResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ListBillingAccountsResponse()

google_cloudbilling_api::ListBillingAccountsResponse::~ListBillingAccountsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_billing_accounts()

void google_cloudbilling_api::ListBillingAccountsResponse::clear_billing_accounts ( )
inline

Clears the 'billingAccounts' attribute.

◆ clear_next_page_token()

void google_cloudbilling_api::ListBillingAccountsResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_billing_accounts()

const client::JsonCppArray<BillingAccount > google_cloudbilling_api::ListBillingAccountsResponse::get_billing_accounts ( ) const

Get a reference to the value of the 'billingAccounts' attribute.

◆ get_next_page_token()

const StringPiece google_cloudbilling_api::ListBillingAccountsResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

const StringPiece google_cloudbilling_api::ListBillingAccountsResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_cloudbilling_api::ListBillingAccountsResponse

◆ has_billing_accounts()

bool google_cloudbilling_api::ListBillingAccountsResponse::has_billing_accounts ( ) const
inline

Determine if the 'billingAccounts' attribute was set.

Returns
true if the 'billingAccounts' attribute was set.

◆ has_next_page_token()

bool google_cloudbilling_api::ListBillingAccountsResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_billingAccounts()

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.

Returns
The result can be modified to change the attribute value.

◆ New()

ListBillingAccountsResponse * google_cloudbilling_api::ListBillingAccountsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_cloudbilling_api::ListBillingAccountsResponse::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 ListBillingAccounts again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: