#include <big_table_iod_etails.h>
Metadata for a BigTable connector used by the job.
◆ BigTableIODetails() [1/2]
google_dataflow_api::BigTableIODetails::BigTableIODetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BigTableIODetails() [2/2]
google_dataflow_api::BigTableIODetails::BigTableIODetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BigTableIODetails()
google_dataflow_api::BigTableIODetails::~BigTableIODetails |
( |
| ) |
|
|
virtual |
◆ clear_instance_id()
void google_dataflow_api::BigTableIODetails::clear_instance_id |
( |
| ) |
|
|
inline |
Clears the 'instanceId
' attribute.
◆ clear_project_id()
void google_dataflow_api::BigTableIODetails::clear_project_id |
( |
| ) |
|
|
inline |
Clears the 'projectId
' attribute.
◆ clear_table_id()
void google_dataflow_api::BigTableIODetails::clear_table_id |
( |
| ) |
|
|
inline |
Clears the 'tableId
' attribute.
◆ get_instance_id()
const StringPiece google_dataflow_api::BigTableIODetails::get_instance_id |
( |
| ) |
const |
|
inline |
Get the value of the 'instanceId
' attribute.
◆ get_project_id()
const StringPiece google_dataflow_api::BigTableIODetails::get_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'projectId
' attribute.
◆ get_table_id()
const StringPiece google_dataflow_api::BigTableIODetails::get_table_id |
( |
| ) |
const |
|
inline |
Get the value of the 'tableId
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::BigTableIODetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_instance_id()
bool google_dataflow_api::BigTableIODetails::has_instance_id |
( |
| ) |
const |
|
inline |
Determine if the 'instanceId
' attribute was set.
- Returns
- true if the '
instanceId
' attribute was set.
◆ has_project_id()
bool google_dataflow_api::BigTableIODetails::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_dataflow_api::BigTableIODetails::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_instance_id()
void google_dataflow_api::BigTableIODetails::set_instance_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'instanceId
' attribute.
InstanceId accessed in the connection.
- Parameters
-
◆ set_project_id()
void google_dataflow_api::BigTableIODetails::set_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'projectId
' attribute.
ProjectId accessed in the connection.
- Parameters
-
◆ set_table_id()
void google_dataflow_api::BigTableIODetails::set_table_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'tableId
' attribute.
TableId accessed in the connection.
- Parameters
-
The documentation for this class was generated from the following files: