#include <dataset_list.h>
◆ DatasetList() [1/2]
google_bigquery_api::DatasetList::DatasetList |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ DatasetList() [2/2]
google_bigquery_api::DatasetList::DatasetList |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~DatasetList()
google_bigquery_api::DatasetList::~DatasetList |
( |
| ) |
|
|
virtual |
◆ clear_datasets()
void google_bigquery_api::DatasetList::clear_datasets |
( |
| ) |
|
|
inline |
Clears the 'datasets
' attribute.
◆ clear_etag()
void google_bigquery_api::DatasetList::clear_etag |
( |
| ) |
|
|
inline |
Clears the 'etag
' attribute.
◆ clear_kind()
void google_bigquery_api::DatasetList::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_next_page_token()
void google_bigquery_api::DatasetList::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken
' attribute.
◆ get_datasets()
const client::JsonCppArray<DatasetListDatasets > google_bigquery_api::DatasetList::get_datasets |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'datasets
' attribute.
◆ get_etag()
const StringPiece google_bigquery_api::DatasetList::get_etag |
( |
| ) |
const |
|
inline |
Get the value of the 'etag
' attribute.
◆ get_kind()
const StringPiece google_bigquery_api::DatasetList::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_next_page_token()
const StringPiece google_bigquery_api::DatasetList::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::DatasetList::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_datasets()
bool google_bigquery_api::DatasetList::has_datasets |
( |
| ) |
const |
|
inline |
Determine if the 'datasets
' attribute was set.
- Returns
- true if the '
datasets
' attribute was set.
◆ has_etag()
bool google_bigquery_api::DatasetList::has_etag |
( |
| ) |
const |
|
inline |
Determine if the 'etag
' attribute was set.
- Returns
- true if the '
etag
' attribute was set.
◆ has_kind()
bool google_bigquery_api::DatasetList::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_next_page_token()
bool google_bigquery_api::DatasetList::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken
' attribute was set.
- Returns
- true if the '
nextPageToken
' attribute was set.
◆ mutable_datasets()
client::JsonCppArray<DatasetListDatasets > google_bigquery_api::DatasetList::mutable_datasets |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'datasets
' property.
An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.
- Returns
- The result can be modified to change the attribute value.
◆ New()
DatasetList * google_bigquery_api::DatasetList::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_etag()
void google_bigquery_api::DatasetList::set_etag |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'etag
' attribute.
A hash value of the results page. You can use this property to determine if the page has changed since the last request.
- Parameters
-
◆ set_kind()
void google_bigquery_api::DatasetList::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The list type. This property always returns the value "bigquery#datasetList".
- Parameters
-
◆ set_next_page_token()
void google_bigquery_api::DatasetList::set_next_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nextPageToken
' attribute.
A token that can be used to request the next results page. This property is omitted on the final results page.
- Parameters
-
The documentation for this class was generated from the following files:
- google/bigquery_api/dataset_list.h
- google/bigquery_api/dataset_list.cc