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

#include <custom_source_location.h>

Inheritance diagram for google_dataflow_api::CustomSourceLocation:

Public Member Functions

 CustomSourceLocation (const Json::Value &storage)
 
 CustomSourceLocation (Json::Value *storage)
 
virtual ~CustomSourceLocation ()
 
const StringPiece GetTypeName () const
 
bool has_stateful () const
 
void clear_stateful ()
 
bool get_stateful () const
 
void set_stateful (bool value)
 

Static Public Member Functions

static CustomSourceLocationNew ()
 

Detailed Description

Identifies the location of a custom souce.

Constructor & Destructor Documentation

◆ CustomSourceLocation() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ CustomSourceLocation() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~CustomSourceLocation()

google_dataflow_api::CustomSourceLocation::~CustomSourceLocation ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_stateful()

void google_dataflow_api::CustomSourceLocation::clear_stateful ( )
inline

Clears the 'stateful' attribute.

◆ get_stateful()

bool google_dataflow_api::CustomSourceLocation::get_stateful ( ) const
inline

Get the value of the 'stateful' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::CustomSourceLocation

◆ has_stateful()

bool google_dataflow_api::CustomSourceLocation::has_stateful ( ) const
inline

Determine if the 'stateful' attribute was set.

Returns
true if the 'stateful' attribute was set.

◆ New()

CustomSourceLocation * google_dataflow_api::CustomSourceLocation::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_stateful()

void google_dataflow_api::CustomSourceLocation::set_stateful ( bool  value)
inline

Change the 'stateful' attribute.

Whether this source is stateful.

Parameters
[in]valueThe new value.

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