dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::MultiOutputInfo Class Reference

#include <multi_output_info.h>

Inheritance diagram for google_dataflow_api::MultiOutputInfo:

Public Member Functions

 MultiOutputInfo (const Json::Value &storage)
 
 MultiOutputInfo (Json::Value *storage)
 
virtual ~MultiOutputInfo ()
 
const StringPiece GetTypeName () const
 
bool has_tag () const
 
void clear_tag ()
 
const StringPiece get_tag () const
 
void set_tag (const StringPiece &value)
 

Static Public Member Functions

static MultiOutputInfoNew ()
 

Detailed Description

Information about an output of a multi-output DoFn.

Constructor & Destructor Documentation

◆ MultiOutputInfo() [1/2]

google_dataflow_api::MultiOutputInfo::MultiOutputInfo ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~MultiOutputInfo()

google_dataflow_api::MultiOutputInfo::~MultiOutputInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::MultiOutputInfo

◆ 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()

MultiOutputInfo * google_dataflow_api::MultiOutputInfo::New ( )
static

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
[in]valueThe new value.

The documentation for this class was generated from the following files: