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

#include <streaming_computation_config.h>

Inheritance diagram for google_dataflow_api::StreamingComputationConfig:

Public Member Functions

 StreamingComputationConfig (const Json::Value &storage)
 
 StreamingComputationConfig (Json::Value *storage)
 
virtual ~StreamingComputationConfig ()
 
const StringPiece GetTypeName () const
 
bool has_computation_id () const
 
void clear_computation_id ()
 
const StringPiece get_computation_id () const
 
void set_computation_id (const StringPiece &value)
 
bool has_instructions () const
 
void clear_instructions ()
 
const client::JsonCppArray< ParallelInstructionget_instructions () const
 
client::JsonCppArray< ParallelInstructionmutable_instructions ()
 
bool has_stage_name () const
 
void clear_stage_name ()
 
const StringPiece get_stage_name () const
 
void set_stage_name (const StringPiece &value)
 
bool has_system_name () const
 
void clear_system_name ()
 
const StringPiece get_system_name () const
 
void set_system_name (const StringPiece &value)
 
bool has_transform_user_name_to_state_family () const
 
void clear_transform_user_name_to_state_family ()
 
const client::JsonCppAssociativeArray< string > get_transform_user_name_to_state_family () const
 
client::JsonCppAssociativeArray< string > mutable_transformUserNameToStateFamily ()
 

Static Public Member Functions

static StreamingComputationConfigNew ()
 

Detailed Description

Configuration information for a single streaming computation.

Constructor & Destructor Documentation

◆ StreamingComputationConfig() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ StreamingComputationConfig() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~StreamingComputationConfig()

google_dataflow_api::StreamingComputationConfig::~StreamingComputationConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_computation_id()

void google_dataflow_api::StreamingComputationConfig::clear_computation_id ( )
inline

Clears the 'computationId' attribute.

◆ clear_instructions()

void google_dataflow_api::StreamingComputationConfig::clear_instructions ( )
inline

Clears the 'instructions' attribute.

◆ clear_stage_name()

void google_dataflow_api::StreamingComputationConfig::clear_stage_name ( )
inline

Clears the 'stageName' attribute.

◆ clear_system_name()

void google_dataflow_api::StreamingComputationConfig::clear_system_name ( )
inline

Clears the 'systemName' attribute.

◆ clear_transform_user_name_to_state_family()

void google_dataflow_api::StreamingComputationConfig::clear_transform_user_name_to_state_family ( )
inline

Clears the 'transformUserNameToStateFamily' attribute.

◆ get_computation_id()

const StringPiece google_dataflow_api::StreamingComputationConfig::get_computation_id ( ) const
inline

Get the value of the 'computationId' attribute.

◆ get_instructions()

const client::JsonCppArray<ParallelInstruction > google_dataflow_api::StreamingComputationConfig::get_instructions ( ) const

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

◆ get_stage_name()

const StringPiece google_dataflow_api::StreamingComputationConfig::get_stage_name ( ) const
inline

Get the value of the 'stageName' attribute.

◆ get_system_name()

const StringPiece google_dataflow_api::StreamingComputationConfig::get_system_name ( ) const
inline

Get the value of the 'systemName' attribute.

◆ get_transform_user_name_to_state_family()

const client::JsonCppAssociativeArray<string > google_dataflow_api::StreamingComputationConfig::get_transform_user_name_to_state_family ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::StreamingComputationConfig

◆ has_computation_id()

bool google_dataflow_api::StreamingComputationConfig::has_computation_id ( ) const
inline

Determine if the 'computationId' attribute was set.

Returns
true if the 'computationId' attribute was set.

◆ has_instructions()

bool google_dataflow_api::StreamingComputationConfig::has_instructions ( ) const
inline

Determine if the 'instructions' attribute was set.

Returns
true if the 'instructions' attribute was set.

◆ has_stage_name()

bool google_dataflow_api::StreamingComputationConfig::has_stage_name ( ) const
inline

Determine if the 'stageName' attribute was set.

Returns
true if the 'stageName' attribute was set.

◆ has_system_name()

bool google_dataflow_api::StreamingComputationConfig::has_system_name ( ) const
inline

Determine if the 'systemName' attribute was set.

Returns
true if the 'systemName' attribute was set.

◆ has_transform_user_name_to_state_family()

bool google_dataflow_api::StreamingComputationConfig::has_transform_user_name_to_state_family ( ) const
inline

Determine if the 'transformUserNameToStateFamily' attribute was set.

Returns
true if the 'transformUserNameToStateFamily' attribute was set.

◆ mutable_instructions()

client::JsonCppArray<ParallelInstruction > google_dataflow_api::StreamingComputationConfig::mutable_instructions ( )

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

Instructions that comprise the computation.

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

◆ mutable_transformUserNameToStateFamily()

client::JsonCppAssociativeArray<string > google_dataflow_api::StreamingComputationConfig::mutable_transformUserNameToStateFamily ( )
inline

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

Map from user name of stateful transforms in this stage to their state family.

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

◆ New()

StreamingComputationConfig * google_dataflow_api::StreamingComputationConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_computation_id()

void google_dataflow_api::StreamingComputationConfig::set_computation_id ( const StringPiece &  value)
inline

Change the 'computationId' attribute.

Unique identifier for this computation.

Parameters
[in]valueThe new value.

◆ set_stage_name()

void google_dataflow_api::StreamingComputationConfig::set_stage_name ( const StringPiece &  value)
inline

Change the 'stageName' attribute.

Stage name of this computation.

Parameters
[in]valueThe new value.

◆ set_system_name()

void google_dataflow_api::StreamingComputationConfig::set_system_name ( const StringPiece &  value)
inline

Change the 'systemName' attribute.

System defined name for this computation.

Parameters
[in]valueThe new value.

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