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

#include <seq_map_task_output_info.h>

Inheritance diagram for google_dataflow_api::SeqMapTaskOutputInfo:

Public Member Functions

 SeqMapTaskOutputInfo (const Json::Value &storage)
 
 SeqMapTaskOutputInfo (Json::Value *storage)
 
virtual ~SeqMapTaskOutputInfo ()
 
const StringPiece GetTypeName () const
 
bool has_sink () const
 
void clear_sink ()
 
const Sink get_sink () const
 
Sink mutable_sink ()
 
bool has_tag () const
 
void clear_tag ()
 
const StringPiece get_tag () const
 
void set_tag (const StringPiece &value)
 

Static Public Member Functions

static SeqMapTaskOutputInfoNew ()
 

Detailed Description

Information about an output of a SeqMapTask.

Constructor & Destructor Documentation

◆ SeqMapTaskOutputInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~SeqMapTaskOutputInfo()

google_dataflow_api::SeqMapTaskOutputInfo::~SeqMapTaskOutputInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SeqMapTaskOutputInfo

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

SeqMapTaskOutputInfo * google_dataflow_api::SeqMapTaskOutputInfo::New ( )
static

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

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