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

#include <component_source.h>

Inheritance diagram for google_dataflow_api::ComponentSource:

Public Member Functions

 ComponentSource (const Json::Value &storage)
 
 ComponentSource (Json::Value *storage)
 
virtual ~ComponentSource ()
 
const StringPiece GetTypeName () const
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_original_transform_or_collection () const
 
void clear_original_transform_or_collection ()
 
const StringPiece get_original_transform_or_collection () const
 
void set_original_transform_or_collection (const StringPiece &value)
 
bool has_user_name () const
 
void clear_user_name ()
 
const StringPiece get_user_name () const
 
void set_user_name (const StringPiece &value)
 

Static Public Member Functions

static ComponentSourceNew ()
 

Detailed Description

Description of an interstitial value between transforms in an execution stage.

Constructor & Destructor Documentation

◆ ComponentSource() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ComponentSource() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ComponentSource()

google_dataflow_api::ComponentSource::~ComponentSource ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_name()

void google_dataflow_api::ComponentSource::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_original_transform_or_collection()

void google_dataflow_api::ComponentSource::clear_original_transform_or_collection ( )
inline

Clears the 'originalTransformOrCollection' attribute.

◆ clear_user_name()

void google_dataflow_api::ComponentSource::clear_user_name ( )
inline

Clears the 'userName' attribute.

◆ get_name()

const StringPiece google_dataflow_api::ComponentSource::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_original_transform_or_collection()

const StringPiece google_dataflow_api::ComponentSource::get_original_transform_or_collection ( ) const
inline

Get the value of the 'originalTransformOrCollection' attribute.

◆ get_user_name()

const StringPiece google_dataflow_api::ComponentSource::get_user_name ( ) const
inline

Get the value of the 'userName' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::ComponentSource

◆ has_name()

bool google_dataflow_api::ComponentSource::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_original_transform_or_collection()

bool google_dataflow_api::ComponentSource::has_original_transform_or_collection ( ) const
inline

Determine if the 'originalTransformOrCollection' attribute was set.

Returns
true if the 'originalTransformOrCollection' attribute was set.

◆ has_user_name()

bool google_dataflow_api::ComponentSource::has_user_name ( ) const
inline

Determine if the 'userName' attribute was set.

Returns
true if the 'userName' attribute was set.

◆ New()

ComponentSource * google_dataflow_api::ComponentSource::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_name()

void google_dataflow_api::ComponentSource::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

Dataflow service generated name for this source.

Parameters
[in]valueThe new value.

◆ set_original_transform_or_collection()

void google_dataflow_api::ComponentSource::set_original_transform_or_collection ( const StringPiece &  value)
inline

Change the 'originalTransformOrCollection' attribute.

User name for the original user transform or collection with which this source is most closely associated.

Parameters
[in]valueThe new value.

◆ set_user_name()

void google_dataflow_api::ComponentSource::set_user_name ( const StringPiece &  value)
inline

Change the 'userName' attribute.

Human-readable name for this transform; may be user or system generated.

Parameters
[in]valueThe new value.

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