#include <spanner_iod_etails.h>
Metadata for a Spanner connector used by the job.
◆ SpannerIODetails() [1/2]
| google_dataflow_api::SpannerIODetails::SpannerIODetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ SpannerIODetails() [2/2]
| google_dataflow_api::SpannerIODetails::SpannerIODetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~SpannerIODetails()
| google_dataflow_api::SpannerIODetails::~SpannerIODetails |
( |
| ) |
|
|
virtual |
◆ clear_database_id()
| void google_dataflow_api::SpannerIODetails::clear_database_id |
( |
| ) |
|
|
inline |
Clears the 'databaseId' attribute.
◆ clear_instance_id()
| void google_dataflow_api::SpannerIODetails::clear_instance_id |
( |
| ) |
|
|
inline |
Clears the 'instanceId' attribute.
◆ clear_project_id()
| void google_dataflow_api::SpannerIODetails::clear_project_id |
( |
| ) |
|
|
inline |
Clears the 'projectId' attribute.
◆ get_database_id()
| const StringPiece google_dataflow_api::SpannerIODetails::get_database_id |
( |
| ) |
const |
|
inline |
Get the value of the 'databaseId' attribute.
◆ get_instance_id()
| const StringPiece google_dataflow_api::SpannerIODetails::get_instance_id |
( |
| ) |
const |
|
inline |
Get the value of the 'instanceId' attribute.
◆ get_project_id()
| const StringPiece google_dataflow_api::SpannerIODetails::get_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'projectId' attribute.
◆ GetTypeName()
| const StringPiece google_dataflow_api::SpannerIODetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_database_id()
| bool google_dataflow_api::SpannerIODetails::has_database_id |
( |
| ) |
const |
|
inline |
Determine if the 'databaseId' attribute was set.
- Returns
- true if the '
databaseId' attribute was set.
◆ has_instance_id()
| bool google_dataflow_api::SpannerIODetails::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::SpannerIODetails::has_project_id |
( |
| ) |
const |
|
inline |
Determine if the 'projectId' attribute was set.
- Returns
- true if the '
projectId' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_database_id()
| void google_dataflow_api::SpannerIODetails::set_database_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'databaseId' attribute.
DatabaseId accessed in the connection.
- Parameters
-
◆ set_instance_id()
| void google_dataflow_api::SpannerIODetails::set_instance_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'instanceId' attribute.
InstanceId accessed in the connection.
- Parameters
-
◆ set_project_id()
| void google_dataflow_api::SpannerIODetails::set_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'projectId' attribute.
ProjectId accessed in the connection.
- Parameters
-
The documentation for this class was generated from the following files: