#include <seq_map_task.h>
Describes a particular function to invoke.
◆ SeqMapTask() [1/2]
google_dataflow_api::SeqMapTask::SeqMapTask |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SeqMapTask() [2/2]
google_dataflow_api::SeqMapTask::SeqMapTask |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SeqMapTask()
google_dataflow_api::SeqMapTask::~SeqMapTask |
( |
| ) |
|
|
virtual |
◆ clear_inputs()
void google_dataflow_api::SeqMapTask::clear_inputs |
( |
| ) |
|
|
inline |
Clears the 'inputs
' attribute.
◆ clear_name()
void google_dataflow_api::SeqMapTask::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_output_infos()
void google_dataflow_api::SeqMapTask::clear_output_infos |
( |
| ) |
|
|
inline |
Clears the 'outputInfos
' attribute.
◆ clear_stage_name()
void google_dataflow_api::SeqMapTask::clear_stage_name |
( |
| ) |
|
|
inline |
Clears the 'stageName
' attribute.
◆ clear_system_name()
void google_dataflow_api::SeqMapTask::clear_system_name |
( |
| ) |
|
|
inline |
Clears the 'systemName
' attribute.
◆ clear_user_fn()
void google_dataflow_api::SeqMapTask::clear_user_fn |
( |
| ) |
|
|
inline |
Clears the 'userFn
' attribute.
◆ get_inputs()
const client::JsonCppArray<SideInputInfo > google_dataflow_api::SeqMapTask::get_inputs |
( |
| ) |
const |
Get a reference to the value of the 'inputs
' attribute.
◆ get_name()
const StringPiece google_dataflow_api::SeqMapTask::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_output_infos()
const client::JsonCppArray<SeqMapTaskOutputInfo > google_dataflow_api::SeqMapTask::get_output_infos |
( |
| ) |
const |
Get a reference to the value of the 'outputInfos
' attribute.
◆ get_stage_name()
const StringPiece google_dataflow_api::SeqMapTask::get_stage_name |
( |
| ) |
const |
|
inline |
Get the value of the 'stageName
' attribute.
◆ get_system_name()
const StringPiece google_dataflow_api::SeqMapTask::get_system_name |
( |
| ) |
const |
|
inline |
Get the value of the 'systemName
' attribute.
◆ get_user_fn()
const client::JsonCppAssociativeArray<client::JsonCppData > google_dataflow_api::SeqMapTask::get_user_fn |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'userFn
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::SeqMapTask::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_inputs()
bool google_dataflow_api::SeqMapTask::has_inputs |
( |
| ) |
const |
|
inline |
Determine if the 'inputs
' attribute was set.
- Returns
- true if the '
inputs
' attribute was set.
◆ has_name()
bool google_dataflow_api::SeqMapTask::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_output_infos()
bool google_dataflow_api::SeqMapTask::has_output_infos |
( |
| ) |
const |
|
inline |
Determine if the 'outputInfos
' attribute was set.
- Returns
- true if the '
outputInfos
' attribute was set.
◆ has_stage_name()
bool google_dataflow_api::SeqMapTask::has_stage_name |
( |
| ) |
const |
|
inline |
Determine if the 'stageName
' attribute was set.
- Returns
- true if the '
stageName
' attribute was set.
◆ has_system_name()
bool google_dataflow_api::SeqMapTask::has_system_name |
( |
| ) |
const |
|
inline |
Determine if the 'systemName
' attribute was set.
- Returns
- true if the '
systemName
' attribute was set.
◆ has_user_fn()
bool google_dataflow_api::SeqMapTask::has_user_fn |
( |
| ) |
const |
|
inline |
Determine if the 'userFn
' attribute was set.
- Returns
- true if the '
userFn
' attribute was set.
◆ mutable_inputs()
client::JsonCppArray<SideInputInfo > google_dataflow_api::SeqMapTask::mutable_inputs |
( |
| ) |
|
Gets a reference to a mutable value of the 'inputs
' property.
Information about each of the inputs.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_outputInfos()
client::JsonCppArray<SeqMapTaskOutputInfo > google_dataflow_api::SeqMapTask::mutable_outputInfos |
( |
| ) |
|
Gets a reference to a mutable value of the 'outputInfos
' property.
Information about each of the outputs.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_userFn()
client::JsonCppAssociativeArray<client::JsonCppData > google_dataflow_api::SeqMapTask::mutable_userFn |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'userFn
' property.
The user function to invoke.
- Returns
- The result can be modified to change the attribute value.
◆ New()
SeqMapTask * google_dataflow_api::SeqMapTask::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_name()
void google_dataflow_api::SeqMapTask::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
The user-provided name of the SeqDo operation.
- Parameters
-
◆ set_stage_name()
void google_dataflow_api::SeqMapTask::set_stage_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'stageName
' attribute.
System-defined name of the stage containing the SeqDo operation. Unique across the workflow.
- Parameters
-
◆ set_system_name()
void google_dataflow_api::SeqMapTask::set_system_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'systemName
' attribute.
System-defined name of the SeqDo operation. Unique across the workflow.
- Parameters
-
The documentation for this class was generated from the following files:
- google/dataflow_api/seq_map_task.h
- google/dataflow_api/seq_map_task.cc