#include <component_transform.h>
Description of a transform executed as part of an execution stage.
◆ ComponentTransform() [1/2]
google_dataflow_api::ComponentTransform::ComponentTransform |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ComponentTransform() [2/2]
google_dataflow_api::ComponentTransform::ComponentTransform |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ComponentTransform()
google_dataflow_api::ComponentTransform::~ComponentTransform |
( |
| ) |
|
|
virtual |
◆ clear_name()
void google_dataflow_api::ComponentTransform::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_original_transform()
void google_dataflow_api::ComponentTransform::clear_original_transform |
( |
| ) |
|
|
inline |
Clears the 'originalTransform
' attribute.
◆ clear_user_name()
void google_dataflow_api::ComponentTransform::clear_user_name |
( |
| ) |
|
|
inline |
Clears the 'userName
' attribute.
◆ get_name()
const StringPiece google_dataflow_api::ComponentTransform::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_original_transform()
const StringPiece google_dataflow_api::ComponentTransform::get_original_transform |
( |
| ) |
const |
|
inline |
Get the value of the 'originalTransform
' attribute.
◆ get_user_name()
const StringPiece google_dataflow_api::ComponentTransform::get_user_name |
( |
| ) |
const |
|
inline |
Get the value of the 'userName
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::ComponentTransform::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_name()
bool google_dataflow_api::ComponentTransform::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_original_transform()
bool google_dataflow_api::ComponentTransform::has_original_transform |
( |
| ) |
const |
|
inline |
Determine if the 'originalTransform
' attribute was set.
- Returns
- true if the '
originalTransform
' attribute was set.
◆ has_user_name()
bool google_dataflow_api::ComponentTransform::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::ComponentTransform::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
Dataflow service generated name for this source.
- Parameters
-
◆ set_original_transform()
void google_dataflow_api::ComponentTransform::set_original_transform |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'originalTransform
' attribute.
User name for the original user transform with which this transform is most closely associated.
- Parameters
-
◆ set_user_name()
void google_dataflow_api::ComponentTransform::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: