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

#include <list_skus_response.h>

Inheritance diagram for google_cloudbilling_api::ListSkusResponse:

Public Member Functions

 ListSkusResponse (const Json::Value &storage)
 
 ListSkusResponse (Json::Value *storage)
 
virtual ~ListSkusResponse ()
 
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_skus () const
 
void clear_skus ()
 
const client::JsonCppArray< Skuget_skus () const
 
client::JsonCppArray< Skumutable_skus ()
 

Static Public Member Functions

static ListSkusResponseNew ()
 

Detailed Description

Response message for ListSkus.

Constructor & Destructor Documentation

◆ ListSkusResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListSkusResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListSkusResponse()

google_cloudbilling_api::ListSkusResponse::~ListSkusResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_cloudbilling_api::ListSkusResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_skus()

void google_cloudbilling_api::ListSkusResponse::clear_skus ( )
inline

Clears the 'skus' attribute.

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ get_skus()

const client::JsonCppArray<Sku > google_cloudbilling_api::ListSkusResponse::get_skus ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_cloudbilling_api::ListSkusResponse

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_skus()

bool google_cloudbilling_api::ListSkusResponse::has_skus ( ) const
inline

Determine if the 'skus' attribute was set.

Returns
true if the 'skus' attribute was set.

◆ mutable_skus()

client::JsonCppArray<Sku > google_cloudbilling_api::ListSkusResponse::mutable_skus ( )

Gets a reference to a mutable value of the 'skus' property.

The list of public SKUs of the given service.

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

◆ New()

ListSkusResponse * google_cloudbilling_api::ListSkusResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_cloudbilling_api::ListSkusResponse::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 ListSkus 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: