#include <seq_map_task_output_info.h>
Information about an output of a SeqMapTask.
◆ SeqMapTaskOutputInfo() [1/2]
google_dataflow_api::SeqMapTaskOutputInfo::SeqMapTaskOutputInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SeqMapTaskOutputInfo() [2/2]
google_dataflow_api::SeqMapTaskOutputInfo::SeqMapTaskOutputInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SeqMapTaskOutputInfo()
google_dataflow_api::SeqMapTaskOutputInfo::~SeqMapTaskOutputInfo |
( |
| ) |
|
|
virtual |
◆ clear_sink()
void google_dataflow_api::SeqMapTaskOutputInfo::clear_sink |
( |
| ) |
|
|
inline |
Clears the 'sink
' attribute.
◆ clear_tag()
void google_dataflow_api::SeqMapTaskOutputInfo::clear_tag |
( |
| ) |
|
|
inline |
Clears the 'tag
' attribute.
◆ get_sink()
const Sink google_dataflow_api::SeqMapTaskOutputInfo::get_sink |
( |
| ) |
const |
Get a reference to the value of the 'sink
' attribute.
◆ get_tag()
const StringPiece google_dataflow_api::SeqMapTaskOutputInfo::get_tag |
( |
| ) |
const |
|
inline |
Get the value of the 'tag
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::SeqMapTaskOutputInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_sink()
bool google_dataflow_api::SeqMapTaskOutputInfo::has_sink |
( |
| ) |
const |
|
inline |
Determine if the 'sink
' attribute was set.
- Returns
- true if the '
sink
' attribute was set.
◆ has_tag()
bool google_dataflow_api::SeqMapTaskOutputInfo::has_tag |
( |
| ) |
const |
|
inline |
Determine if the 'tag
' attribute was set.
- Returns
- true if the '
tag
' attribute was set.
◆ mutable_sink()
Sink google_dataflow_api::SeqMapTaskOutputInfo::mutable_sink |
( |
| ) |
|
Gets a reference to a mutable value of the 'sink
' property.
The sink to write the output value to.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_tag()
void google_dataflow_api::SeqMapTaskOutputInfo::set_tag |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'tag
' attribute.
The id of the TupleTag the user code will tag the output value by.
- Parameters
-
The documentation for this class was generated from the following files: