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

#include <source_split_shard.h>

Inheritance diagram for google_dataflow_api::SourceSplitShard:

Public Member Functions

 SourceSplitShard (const Json::Value &storage)
 
 SourceSplitShard (Json::Value *storage)
 
virtual ~SourceSplitShard ()
 
const StringPiece GetTypeName () const
 
bool has_derivation_mode () const
 
void clear_derivation_mode ()
 
const StringPiece get_derivation_mode () const
 
void set_derivation_mode (const StringPiece &value)
 
bool has_source () const
 
void clear_source ()
 
const Source get_source () const
 
Source mutable_source ()
 

Static Public Member Functions

static SourceSplitShardNew ()
 

Detailed Description

DEPRECATED in favor of DerivedSource.

Constructor & Destructor Documentation

◆ SourceSplitShard() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SourceSplitShard() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SourceSplitShard()

google_dataflow_api::SourceSplitShard::~SourceSplitShard ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_derivation_mode()

void google_dataflow_api::SourceSplitShard::clear_derivation_mode ( )
inline

Clears the 'derivationMode' attribute.

◆ clear_source()

void google_dataflow_api::SourceSplitShard::clear_source ( )
inline

Clears the 'source' attribute.

◆ get_derivation_mode()

const StringPiece google_dataflow_api::SourceSplitShard::get_derivation_mode ( ) const
inline

Get the value of the 'derivationMode' attribute.

◆ get_source()

const Source google_dataflow_api::SourceSplitShard::get_source ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SourceSplitShard

◆ has_derivation_mode()

bool google_dataflow_api::SourceSplitShard::has_derivation_mode ( ) const
inline

Determine if the 'derivationMode' attribute was set.

Returns
true if the 'derivationMode' attribute was set.

◆ has_source()

bool google_dataflow_api::SourceSplitShard::has_source ( ) const
inline

Determine if the 'source' attribute was set.

Returns
true if the 'source' attribute was set.

◆ mutable_source()

Source google_dataflow_api::SourceSplitShard::mutable_source ( )

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

Deprecated:

DEPRECATED.

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

◆ New()

SourceSplitShard * google_dataflow_api::SourceSplitShard::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_derivation_mode()

void google_dataflow_api::SourceSplitShard::set_derivation_mode ( const StringPiece &  value)
inline

Change the 'derivationMode' attribute.

Deprecated:

DEPRECATED.

Parameters
[in]valueThe new value.

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