#include <component_source.h>
Description of an interstitial value between transforms in an execution stage.
◆ ComponentSource() [1/2]
google_dataflow_api::ComponentSource::ComponentSource |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ComponentSource() [2/2]
google_dataflow_api::ComponentSource::ComponentSource |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ComponentSource()
google_dataflow_api::ComponentSource::~ComponentSource |
( |
| ) |
|
|
virtual |
◆ clear_name()
void google_dataflow_api::ComponentSource::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_original_transform_or_collection()
void google_dataflow_api::ComponentSource::clear_original_transform_or_collection |
( |
| ) |
|
|
inline |
Clears the 'originalTransformOrCollection
' attribute.
◆ clear_user_name()
void google_dataflow_api::ComponentSource::clear_user_name |
( |
| ) |
|
|
inline |
Clears the 'userName
' attribute.
◆ get_name()
const StringPiece google_dataflow_api::ComponentSource::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_original_transform_or_collection()
const StringPiece google_dataflow_api::ComponentSource::get_original_transform_or_collection |
( |
| ) |
const |
|
inline |
Get the value of the 'originalTransformOrCollection
' attribute.
◆ get_user_name()
const StringPiece google_dataflow_api::ComponentSource::get_user_name |
( |
| ) |
const |
|
inline |
Get the value of the 'userName
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::ComponentSource::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_name()
bool google_dataflow_api::ComponentSource::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_original_transform_or_collection()
bool google_dataflow_api::ComponentSource::has_original_transform_or_collection |
( |
| ) |
const |
|
inline |
Determine if the 'originalTransformOrCollection
' attribute was set.
- Returns
- true if the '
originalTransformOrCollection
' attribute was set.
◆ has_user_name()
bool google_dataflow_api::ComponentSource::has_user_name |
( |
| ) |
const |
|
inline |
Determine if the 'userName
' attribute was set.
- Returns
- true if the '
userName
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_name()
void google_dataflow_api::ComponentSource::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
Dataflow service generated name for this source.
- Parameters
-
◆ set_original_transform_or_collection()
void google_dataflow_api::ComponentSource::set_original_transform_or_collection |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'originalTransformOrCollection
' attribute.
User name for the original user transform or collection with which this source is most closely associated.
- Parameters
-
◆ set_user_name()
void google_dataflow_api::ComponentSource::set_user_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'userName
' attribute.
Human-readable name for this transform; may be user or system generated.
- Parameters
-
The documentation for this class was generated from the following files: