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

#include <flatten_instruction.h>

Inheritance diagram for google_dataflow_api::FlattenInstruction:

Public Member Functions

 FlattenInstruction (const Json::Value &storage)
 
 FlattenInstruction (Json::Value *storage)
 
virtual ~FlattenInstruction ()
 
const StringPiece GetTypeName () const
 
bool has_inputs () const
 
void clear_inputs ()
 
const client::JsonCppArray< InstructionInputget_inputs () const
 
client::JsonCppArray< InstructionInputmutable_inputs ()
 

Static Public Member Functions

static FlattenInstructionNew ()
 

Detailed Description

An instruction that copies its inputs (zero or more) to its (single) output.

Constructor & Destructor Documentation

◆ FlattenInstruction() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ FlattenInstruction() [2/2]

google_dataflow_api::FlattenInstruction::FlattenInstruction ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~FlattenInstruction()

google_dataflow_api::FlattenInstruction::~FlattenInstruction ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_inputs()

void google_dataflow_api::FlattenInstruction::clear_inputs ( )
inline

Clears the 'inputs' attribute.

◆ get_inputs()

const client::JsonCppArray<InstructionInput > google_dataflow_api::FlattenInstruction::get_inputs ( ) const

Get a reference to the value of the 'inputs' attribute.

◆ GetTypeName()

const StringPiece google_dataflow_api::FlattenInstruction::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::FlattenInstruction

◆ has_inputs()

bool google_dataflow_api::FlattenInstruction::has_inputs ( ) const
inline

Determine if the 'inputs' attribute was set.

Returns
true if the 'inputs' attribute was set.

◆ mutable_inputs()

client::JsonCppArray<InstructionInput > google_dataflow_api::FlattenInstruction::mutable_inputs ( )

Gets a reference to a mutable value of the 'inputs' property.

Describes the inputs to the flatten instruction.

Returns
The result can be modified to change the attribute value.

◆ New()

FlattenInstruction * google_dataflow_api::FlattenInstruction::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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