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

#include <sdki_nfo.h>

Inheritance diagram for google_dataflow_api::SDKInfo:

Public Member Functions

 SDKInfo (const Json::Value &storage)
 
 SDKInfo (Json::Value *storage)
 
virtual ~SDKInfo ()
 
const StringPiece GetTypeName () const
 
bool has_language () const
 
void clear_language ()
 
const StringPiece get_language () const
 
void set_language (const StringPiece &value)
 
bool has_version () const
 
void clear_version ()
 
const StringPiece get_version () const
 
void set_version (const StringPiece &value)
 

Static Public Member Functions

static SDKInfoNew ()
 

Detailed Description

SDK Information.

Constructor & Destructor Documentation

◆ SDKInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SDKInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SDKInfo()

google_dataflow_api::SDKInfo::~SDKInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_language()

void google_dataflow_api::SDKInfo::clear_language ( )
inline

Clears the 'language' attribute.

◆ clear_version()

void google_dataflow_api::SDKInfo::clear_version ( )
inline

Clears the 'version' attribute.

◆ get_language()

const StringPiece google_dataflow_api::SDKInfo::get_language ( ) const
inline

Get the value of the 'language' attribute.

◆ get_version()

const StringPiece google_dataflow_api::SDKInfo::get_version ( ) const
inline

Get the value of the 'version' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SDKInfo

◆ has_language()

bool google_dataflow_api::SDKInfo::has_language ( ) const
inline

Determine if the 'language' attribute was set.

Returns
true if the 'language' attribute was set.

◆ has_version()

bool google_dataflow_api::SDKInfo::has_version ( ) const
inline

Determine if the 'version' attribute was set.

Returns
true if the 'version' attribute was set.

◆ New()

SDKInfo * google_dataflow_api::SDKInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_language()

void google_dataflow_api::SDKInfo::set_language ( const StringPiece &  value)
inline

Change the 'language' attribute.

Required. The SDK Language.

Parameters
[in]valueThe new value.

◆ set_version()

void google_dataflow_api::SDKInfo::set_version ( const StringPiece &  value)
inline

Change the 'version' attribute.

Optional. The SDK version.

Parameters
[in]valueThe new value.

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