bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::ListModelsResponse Class Reference

#include <list_models_response.h>

Inheritance diagram for google_bigquery_api::ListModelsResponse:

Public Member Functions

 ListModelsResponse (const Json::Value &storage)
 
 ListModelsResponse (Json::Value *storage)
 
virtual ~ListModelsResponse ()
 
const StringPiece GetTypeName () const
 
bool has_models () const
 
void clear_models ()
 
const client::JsonCppArray< Modelget_models () const
 
client::JsonCppArray< Modelmutable_models ()
 
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 ListModelsResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ListModelsResponse() [1/2]

google_bigquery_api::ListModelsResponse::ListModelsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ ListModelsResponse() [2/2]

google_bigquery_api::ListModelsResponse::ListModelsResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~ListModelsResponse()

google_bigquery_api::ListModelsResponse::~ListModelsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_models()

void google_bigquery_api::ListModelsResponse::clear_models ( )
inline

Clears the 'models' attribute.

◆ clear_next_page_token()

void google_bigquery_api::ListModelsResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_models()

const client::JsonCppArray<Model > google_bigquery_api::ListModelsResponse::get_models ( ) const

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

◆ get_next_page_token()

const StringPiece google_bigquery_api::ListModelsResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::ListModelsResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ListModelsResponse

◆ has_models()

bool google_bigquery_api::ListModelsResponse::has_models ( ) const
inline

Determine if the 'models' attribute was set.

Returns
true if the 'models' attribute was set.

◆ has_next_page_token()

bool google_bigquery_api::ListModelsResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_models()

client::JsonCppArray<Model > google_bigquery_api::ListModelsResponse::mutable_models ( )

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

Models in the requested dataset. Only the following fields are populated: model_reference, model_type, creation_time, last_modified_time and labels.

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

◆ New()

ListModelsResponse * google_bigquery_api::ListModelsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_bigquery_api::ListModelsResponse::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

A token to request the next page of results.

Parameters
[in]valueThe new value.

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