#include <multi_output_info.h>
Information about an output of a multi-output DoFn.
◆ MultiOutputInfo() [1/2]
google_dataflow_api::MultiOutputInfo::MultiOutputInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ MultiOutputInfo() [2/2]
google_dataflow_api::MultiOutputInfo::MultiOutputInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~MultiOutputInfo()
google_dataflow_api::MultiOutputInfo::~MultiOutputInfo |
( |
| ) |
|
|
virtual |
◆ clear_tag()
void google_dataflow_api::MultiOutputInfo::clear_tag |
( |
| ) |
|
|
inline |
Clears the 'tag
' attribute.
◆ get_tag()
const StringPiece google_dataflow_api::MultiOutputInfo::get_tag |
( |
| ) |
const |
|
inline |
Get the value of the 'tag
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::MultiOutputInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_tag()
bool google_dataflow_api::MultiOutputInfo::has_tag |
( |
| ) |
const |
|
inline |
Determine if the 'tag
' attribute was set.
- Returns
- true if the '
tag
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_tag()
void google_dataflow_api::MultiOutputInfo::set_tag |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'tag
' attribute.
The id of the tag the user code will emit to this output by; this should correspond to the tag of some SideInputInfo.
- Parameters
-
The documentation for this class was generated from the following files: