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

#include <list_services_response.h>

Inheritance diagram for google_cloudbilling_api::ListServicesResponse:

Public Member Functions

 ListServicesResponse (const Json::Value &storage)
 
 ListServicesResponse (Json::Value *storage)
 
virtual ~ListServicesResponse ()
 
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_services () const
 
void clear_services ()
 
const client::JsonCppArray< Serviceget_services () const
 
client::JsonCppArray< Servicemutable_services ()
 

Static Public Member Functions

static ListServicesResponseNew ()
 

Detailed Description

Response message for ListServices.

Constructor & Destructor Documentation

◆ ListServicesResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~ListServicesResponse()

google_cloudbilling_api::ListServicesResponse::~ListServicesResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_cloudbilling_api::ListServicesResponse

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

ListServicesResponse * google_cloudbilling_api::ListServicesResponse::New ( )
static

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

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