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

#include <transform_summary.h>

Inheritance diagram for google_dataflow_api::TransformSummary:

Public Member Functions

 TransformSummary (const Json::Value &storage)
 
 TransformSummary (Json::Value *storage)
 
virtual ~TransformSummary ()
 
const StringPiece GetTypeName () const
 
bool has_display_data () const
 
void clear_display_data ()
 
const client::JsonCppArray< DisplayDataget_display_data () const
 
client::JsonCppArray< DisplayDatamutable_displayData ()
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_input_collection_name () const
 
void clear_input_collection_name ()
 
const client::JsonCppArray< string > get_input_collection_name () const
 
client::JsonCppArray< string > mutable_inputCollectionName ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_output_collection_name () const
 
void clear_output_collection_name ()
 
const client::JsonCppArray< string > get_output_collection_name () const
 
client::JsonCppArray< string > mutable_outputCollectionName ()
 

Static Public Member Functions

static TransformSummaryNew ()
 

Detailed Description

Description of the type, names/ids, and input/outputs for a transform.

Constructor & Destructor Documentation

◆ TransformSummary() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TransformSummary() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~TransformSummary()

google_dataflow_api::TransformSummary::~TransformSummary ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_display_data()

void google_dataflow_api::TransformSummary::clear_display_data ( )
inline

Clears the 'displayData' attribute.

◆ clear_id()

void google_dataflow_api::TransformSummary::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_input_collection_name()

void google_dataflow_api::TransformSummary::clear_input_collection_name ( )
inline

Clears the 'inputCollectionName' attribute.

◆ clear_kind()

void google_dataflow_api::TransformSummary::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_name()

void google_dataflow_api::TransformSummary::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_output_collection_name()

void google_dataflow_api::TransformSummary::clear_output_collection_name ( )
inline

Clears the 'outputCollectionName' attribute.

◆ get_display_data()

const client::JsonCppArray<DisplayData > google_dataflow_api::TransformSummary::get_display_data ( ) const

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

◆ get_id()

const StringPiece google_dataflow_api::TransformSummary::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_input_collection_name()

const client::JsonCppArray<string > google_dataflow_api::TransformSummary::get_input_collection_name ( ) const
inline

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

◆ get_kind()

const StringPiece google_dataflow_api::TransformSummary::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_name()

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

Get the value of the 'name' attribute.

◆ get_output_collection_name()

const client::JsonCppArray<string > google_dataflow_api::TransformSummary::get_output_collection_name ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::TransformSummary

◆ has_display_data()

bool google_dataflow_api::TransformSummary::has_display_data ( ) const
inline

Determine if the 'displayData' attribute was set.

Returns
true if the 'displayData' attribute was set.

◆ has_id()

bool google_dataflow_api::TransformSummary::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_input_collection_name()

bool google_dataflow_api::TransformSummary::has_input_collection_name ( ) const
inline

Determine if the 'inputCollectionName' attribute was set.

Returns
true if the 'inputCollectionName' attribute was set.

◆ has_kind()

bool google_dataflow_api::TransformSummary::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_name()

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

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_output_collection_name()

bool google_dataflow_api::TransformSummary::has_output_collection_name ( ) const
inline

Determine if the 'outputCollectionName' attribute was set.

Returns
true if the 'outputCollectionName' attribute was set.

◆ mutable_displayData()

client::JsonCppArray<DisplayData > google_dataflow_api::TransformSummary::mutable_displayData ( )

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

Transform-specific display data.

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

◆ mutable_inputCollectionName()

client::JsonCppArray<string > google_dataflow_api::TransformSummary::mutable_inputCollectionName ( )
inline

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

User names for all collection inputs to this transform.

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

◆ mutable_outputCollectionName()

client::JsonCppArray<string > google_dataflow_api::TransformSummary::mutable_outputCollectionName ( )
inline

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

User names for all collection outputs to this transform.

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

◆ New()

TransformSummary * google_dataflow_api::TransformSummary::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

void google_dataflow_api::TransformSummary::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

SDK generated id of this transform instance.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_dataflow_api::TransformSummary::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Type of transform.

Parameters
[in]valueThe new value.

◆ set_name()

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

Change the 'name' attribute.

User provided name for this transform instance.

Parameters
[in]valueThe new value.

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