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

#include <component_transform.h>

Inheritance diagram for google_dataflow_api::ComponentTransform:

Public Member Functions

 ComponentTransform (const Json::Value &storage)
 
 ComponentTransform (Json::Value *storage)
 
virtual ~ComponentTransform ()
 
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 () const
 
void clear_original_transform ()
 
const StringPiece get_original_transform () const
 
void set_original_transform (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 ComponentTransformNew ()
 

Detailed Description

Description of a transform executed as part of an execution stage.

Constructor & Destructor Documentation

◆ ComponentTransform() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ComponentTransform() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ComponentTransform()

google_dataflow_api::ComponentTransform::~ComponentTransform ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_name()

void google_dataflow_api::ComponentTransform::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_original_transform()

void google_dataflow_api::ComponentTransform::clear_original_transform ( )
inline

Clears the 'originalTransform' attribute.

◆ clear_user_name()

void google_dataflow_api::ComponentTransform::clear_user_name ( )
inline

Clears the 'userName' attribute.

◆ get_name()

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

Get the value of the 'name' attribute.

◆ get_original_transform()

const StringPiece google_dataflow_api::ComponentTransform::get_original_transform ( ) const
inline

Get the value of the 'originalTransform' attribute.

◆ get_user_name()

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

Get the value of the 'userName' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::ComponentTransform

◆ has_name()

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

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_original_transform()

bool google_dataflow_api::ComponentTransform::has_original_transform ( ) const
inline

Determine if the 'originalTransform' attribute was set.

Returns
true if the 'originalTransform' attribute was set.

◆ has_user_name()

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

Determine if the 'userName' attribute was set.

Returns
true if the 'userName' attribute was set.

◆ New()

ComponentTransform * google_dataflow_api::ComponentTransform::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_name()

void google_dataflow_api::ComponentTransform::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()

void google_dataflow_api::ComponentTransform::set_original_transform ( const StringPiece &  value)
inline

Change the 'originalTransform' attribute.

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

Parameters
[in]valueThe new value.

◆ set_user_name()

void google_dataflow_api::ComponentTransform::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: