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

#include <streaming_side_input_location.h>

Inheritance diagram for google_dataflow_api::StreamingSideInputLocation:

Public Member Functions

 StreamingSideInputLocation (const Json::Value &storage)
 
 StreamingSideInputLocation (Json::Value *storage)
 
virtual ~StreamingSideInputLocation ()
 
const StringPiece GetTypeName () const
 
bool has_state_family () const
 
void clear_state_family ()
 
const StringPiece get_state_family () const
 
void set_state_family (const StringPiece &value)
 
bool has_tag () const
 
void clear_tag ()
 
const StringPiece get_tag () const
 
void set_tag (const StringPiece &value)
 

Static Public Member Functions

static StreamingSideInputLocationNew ()
 

Detailed Description

Identifies the location of a streaming side input.

Constructor & Destructor Documentation

◆ StreamingSideInputLocation() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ StreamingSideInputLocation() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~StreamingSideInputLocation()

google_dataflow_api::StreamingSideInputLocation::~StreamingSideInputLocation ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_state_family()

void google_dataflow_api::StreamingSideInputLocation::clear_state_family ( )
inline

Clears the 'stateFamily' attribute.

◆ clear_tag()

void google_dataflow_api::StreamingSideInputLocation::clear_tag ( )
inline

Clears the 'tag' attribute.

◆ get_state_family()

const StringPiece google_dataflow_api::StreamingSideInputLocation::get_state_family ( ) const
inline

Get the value of the 'stateFamily' attribute.

◆ get_tag()

const StringPiece google_dataflow_api::StreamingSideInputLocation::get_tag ( ) const
inline

Get the value of the 'tag' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::StreamingSideInputLocation

◆ has_state_family()

bool google_dataflow_api::StreamingSideInputLocation::has_state_family ( ) const
inline

Determine if the 'stateFamily' attribute was set.

Returns
true if the 'stateFamily' attribute was set.

◆ has_tag()

bool google_dataflow_api::StreamingSideInputLocation::has_tag ( ) const
inline

Determine if the 'tag' attribute was set.

Returns
true if the 'tag' attribute was set.

◆ New()

StreamingSideInputLocation * google_dataflow_api::StreamingSideInputLocation::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_state_family()

void google_dataflow_api::StreamingSideInputLocation::set_state_family ( const StringPiece &  value)
inline

Change the 'stateFamily' attribute.

Identifies the state family where this side input is stored.

Parameters
[in]valueThe new value.

◆ set_tag()

void google_dataflow_api::StreamingSideInputLocation::set_tag ( const StringPiece &  value)
inline

Change the 'tag' attribute.

Identifies the particular side input within the streaming Dataflow job.

Parameters
[in]valueThe new value.

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