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

#include <concat_position.h>

Inheritance diagram for google_dataflow_api::ConcatPosition:

Public Member Functions

 ConcatPosition (const Json::Value &storage)
 
 ConcatPosition (Json::Value *storage)
 
virtual ~ConcatPosition ()
 
const StringPiece GetTypeName () const
 
bool has_index () const
 
void clear_index ()
 
int32 get_index () const
 
void set_index (int32 value)
 
bool has_position () const
 
void clear_position ()
 
const Position get_position () const
 
Position mutable_position ()
 

Static Public Member Functions

static ConcatPositionNew ()
 

Detailed Description

A position that encapsulates an inner position and an index for the inner position. A ConcatPosition can be used by a reader of a source that encapsulates a set of other sources.

Constructor & Destructor Documentation

◆ ConcatPosition() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ConcatPosition() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ConcatPosition()

google_dataflow_api::ConcatPosition::~ConcatPosition ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_index()

void google_dataflow_api::ConcatPosition::clear_index ( )
inline

Clears the 'index' attribute.

◆ clear_position()

void google_dataflow_api::ConcatPosition::clear_position ( )
inline

Clears the 'position' attribute.

◆ get_index()

int32 google_dataflow_api::ConcatPosition::get_index ( ) const
inline

Get the value of the 'index' attribute.

◆ get_position()

const Position google_dataflow_api::ConcatPosition::get_position ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::ConcatPosition

◆ has_index()

bool google_dataflow_api::ConcatPosition::has_index ( ) const
inline

Determine if the 'index' attribute was set.

Returns
true if the 'index' attribute was set.

◆ has_position()

bool google_dataflow_api::ConcatPosition::has_position ( ) const
inline

Determine if the 'position' attribute was set.

Returns
true if the 'position' attribute was set.

◆ mutable_position()

Position google_dataflow_api::ConcatPosition::mutable_position ( )

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

Position within the inner source.

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

◆ New()

ConcatPosition * google_dataflow_api::ConcatPosition::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_index()

void google_dataflow_api::ConcatPosition::set_index ( int32  value)
inline

Change the 'index' attribute.

Index of the inner source.

Parameters
[in]valueThe new value.

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