#include <table_reference.h>
◆ TableReference() [1/2]
google_bigquery_api::TableReference::TableReference |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TableReference() [2/2]
google_bigquery_api::TableReference::TableReference |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TableReference()
google_bigquery_api::TableReference::~TableReference |
( |
| ) |
|
|
virtual |
◆ clear_dataset_id()
void google_bigquery_api::TableReference::clear_dataset_id |
( |
| ) |
|
|
inline |
Clears the 'datasetId
' attribute.
◆ clear_project_id()
void google_bigquery_api::TableReference::clear_project_id |
( |
| ) |
|
|
inline |
Clears the 'projectId
' attribute.
◆ clear_table_id()
void google_bigquery_api::TableReference::clear_table_id |
( |
| ) |
|
|
inline |
Clears the 'tableId
' attribute.
◆ get_dataset_id()
const StringPiece google_bigquery_api::TableReference::get_dataset_id |
( |
| ) |
const |
|
inline |
Get the value of the 'datasetId
' attribute.
◆ get_project_id()
const StringPiece google_bigquery_api::TableReference::get_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'projectId
' attribute.
◆ get_table_id()
const StringPiece google_bigquery_api::TableReference::get_table_id |
( |
| ) |
const |
|
inline |
Get the value of the 'tableId
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::TableReference::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_dataset_id()
bool google_bigquery_api::TableReference::has_dataset_id |
( |
| ) |
const |
|
inline |
Determine if the 'datasetId
' attribute was set.
- Returns
- true if the '
datasetId
' attribute was set.
◆ has_project_id()
bool google_bigquery_api::TableReference::has_project_id |
( |
| ) |
const |
|
inline |
Determine if the 'projectId
' attribute was set.
- Returns
- true if the '
projectId
' attribute was set.
◆ has_table_id()
bool google_bigquery_api::TableReference::has_table_id |
( |
| ) |
const |
|
inline |
Determine if the 'tableId
' attribute was set.
- Returns
- true if the '
tableId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_dataset_id()
void google_bigquery_api::TableReference::set_dataset_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'datasetId
' attribute.
[Required] The ID of the dataset containing this table.
- Parameters
-
◆ set_project_id()
void google_bigquery_api::TableReference::set_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'projectId
' attribute.
[Required] The ID of the project containing this table.
- Parameters
-
◆ set_table_id()
void google_bigquery_api::TableReference::set_table_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'tableId
' attribute.
[Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
- Parameters
-
The documentation for this class was generated from the following files: