#include <big_query_iod_etails.h>
Metadata for a BigQuery connector used by the job.
◆ BigQueryIODetails() [1/2]
google_dataflow_api::BigQueryIODetails::BigQueryIODetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BigQueryIODetails() [2/2]
google_dataflow_api::BigQueryIODetails::BigQueryIODetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BigQueryIODetails()
google_dataflow_api::BigQueryIODetails::~BigQueryIODetails |
( |
| ) |
|
|
virtual |
◆ clear_dataset()
void google_dataflow_api::BigQueryIODetails::clear_dataset |
( |
| ) |
|
|
inline |
Clears the 'dataset
' attribute.
◆ clear_project_id()
void google_dataflow_api::BigQueryIODetails::clear_project_id |
( |
| ) |
|
|
inline |
Clears the 'projectId
' attribute.
◆ clear_query()
void google_dataflow_api::BigQueryIODetails::clear_query |
( |
| ) |
|
|
inline |
Clears the 'query
' attribute.
◆ clear_table()
void google_dataflow_api::BigQueryIODetails::clear_table |
( |
| ) |
|
|
inline |
Clears the 'table
' attribute.
◆ get_dataset()
const StringPiece google_dataflow_api::BigQueryIODetails::get_dataset |
( |
| ) |
const |
|
inline |
Get the value of the 'dataset
' attribute.
◆ get_project_id()
const StringPiece google_dataflow_api::BigQueryIODetails::get_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'projectId
' attribute.
◆ get_query()
const StringPiece google_dataflow_api::BigQueryIODetails::get_query |
( |
| ) |
const |
|
inline |
Get the value of the 'query
' attribute.
◆ get_table()
const StringPiece google_dataflow_api::BigQueryIODetails::get_table |
( |
| ) |
const |
|
inline |
Get the value of the 'table
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::BigQueryIODetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_dataset()
bool google_dataflow_api::BigQueryIODetails::has_dataset |
( |
| ) |
const |
|
inline |
Determine if the 'dataset
' attribute was set.
- Returns
- true if the '
dataset
' attribute was set.
◆ has_project_id()
bool google_dataflow_api::BigQueryIODetails::has_project_id |
( |
| ) |
const |
|
inline |
Determine if the 'projectId
' attribute was set.
- Returns
- true if the '
projectId
' attribute was set.
◆ has_query()
bool google_dataflow_api::BigQueryIODetails::has_query |
( |
| ) |
const |
|
inline |
Determine if the 'query
' attribute was set.
- Returns
- true if the '
query
' attribute was set.
◆ has_table()
bool google_dataflow_api::BigQueryIODetails::has_table |
( |
| ) |
const |
|
inline |
Determine if the 'table
' attribute was set.
- Returns
- true if the '
table
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_dataset()
void google_dataflow_api::BigQueryIODetails::set_dataset |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'dataset
' attribute.
Dataset accessed in the connection.
- Parameters
-
◆ set_project_id()
void google_dataflow_api::BigQueryIODetails::set_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'projectId
' attribute.
Project accessed in the connection.
- Parameters
-
◆ set_query()
void google_dataflow_api::BigQueryIODetails::set_query |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'query
' attribute.
Query used to access data in the connection.
- Parameters
-
◆ set_table()
void google_dataflow_api::BigQueryIODetails::set_table |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'table
' attribute.
Table accessed in the connection.
- Parameters
-
The documentation for this class was generated from the following files: