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

#include <list_project_billing_info_response.h>

Inheritance diagram for google_cloudbilling_api::ListProjectBillingInfoResponse:

Public Member Functions

 ListProjectBillingInfoResponse (const Json::Value &storage)
 
 ListProjectBillingInfoResponse (Json::Value *storage)
 
virtual ~ListProjectBillingInfoResponse ()
 
const StringPiece GetTypeName () const
 
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)
 
bool has_project_billing_info () const
 
void clear_project_billing_info ()
 
const client::JsonCppArray< ProjectBillingInfoget_project_billing_info () const
 
client::JsonCppArray< ProjectBillingInfomutable_projectBillingInfo ()
 

Static Public Member Functions

static ListProjectBillingInfoResponseNew ()
 

Detailed Description

Request message for ListProjectBillingInfoResponse.

Constructor & Destructor Documentation

◆ ListProjectBillingInfoResponse() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ListProjectBillingInfoResponse()

google_cloudbilling_api::ListProjectBillingInfoResponse::~ListProjectBillingInfoResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_cloudbilling_api::ListProjectBillingInfoResponse

◆ 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()

ListProjectBillingInfoResponse * google_cloudbilling_api::ListProjectBillingInfoResponse::New ( )
static

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
[in]valueThe new value.

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