#include <list_models_response.h>
◆ ListModelsResponse() [1/2]
google_bigquery_api::ListModelsResponse::ListModelsResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ListModelsResponse()
google_bigquery_api::ListModelsResponse::~ListModelsResponse |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
The documentation for this class was generated from the following files: