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

#include <seq_map_task.h>

Inheritance diagram for google_dataflow_api::SeqMapTask:

Public Member Functions

 SeqMapTask (const Json::Value &storage)
 
 SeqMapTask (Json::Value *storage)
 
virtual ~SeqMapTask ()
 
const StringPiece GetTypeName () const
 
bool has_inputs () const
 
void clear_inputs ()
 
const client::JsonCppArray< SideInputInfoget_inputs () const
 
client::JsonCppArray< SideInputInfomutable_inputs ()
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_output_infos () const
 
void clear_output_infos ()
 
const client::JsonCppArray< SeqMapTaskOutputInfoget_output_infos () const
 
client::JsonCppArray< SeqMapTaskOutputInfomutable_outputInfos ()
 
bool has_stage_name () const
 
void clear_stage_name ()
 
const StringPiece get_stage_name () const
 
void set_stage_name (const StringPiece &value)
 
bool has_system_name () const
 
void clear_system_name ()
 
const StringPiece get_system_name () const
 
void set_system_name (const StringPiece &value)
 
bool has_user_fn () const
 
void clear_user_fn ()
 
const client::JsonCppAssociativeArray< client::JsonCppData > get_user_fn () const
 
client::JsonCppAssociativeArray< client::JsonCppData > mutable_userFn ()
 

Static Public Member Functions

static SeqMapTaskNew ()
 

Detailed Description

Describes a particular function to invoke.

Constructor & Destructor Documentation

◆ SeqMapTask() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~SeqMapTask()

google_dataflow_api::SeqMapTask::~SeqMapTask ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SeqMapTask

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

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

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

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