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

#include <sdk_version.h>

Inheritance diagram for google_dataflow_api::SdkVersion:

Public Member Functions

 SdkVersion (const Json::Value &storage)
 
 SdkVersion (Json::Value *storage)
 
virtual ~SdkVersion ()
 
const StringPiece GetTypeName () const
 
bool has_sdk_support_status () const
 
void clear_sdk_support_status ()
 
const StringPiece get_sdk_support_status () const
 
void set_sdk_support_status (const StringPiece &value)
 
bool has_version () const
 
void clear_version ()
 
const StringPiece get_version () const
 
void set_version (const StringPiece &value)
 
bool has_version_display_name () const
 
void clear_version_display_name ()
 
const StringPiece get_version_display_name () const
 
void set_version_display_name (const StringPiece &value)
 

Static Public Member Functions

static SdkVersionNew ()
 

Detailed Description

The version of the SDK used to run the job.

Constructor & Destructor Documentation

◆ SdkVersion() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SdkVersion() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SdkVersion()

google_dataflow_api::SdkVersion::~SdkVersion ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_sdk_support_status()

void google_dataflow_api::SdkVersion::clear_sdk_support_status ( )
inline

Clears the 'sdkSupportStatus' attribute.

◆ clear_version()

void google_dataflow_api::SdkVersion::clear_version ( )
inline

Clears the 'version' attribute.

◆ clear_version_display_name()

void google_dataflow_api::SdkVersion::clear_version_display_name ( )
inline

Clears the 'versionDisplayName' attribute.

◆ get_sdk_support_status()

const StringPiece google_dataflow_api::SdkVersion::get_sdk_support_status ( ) const
inline

Get the value of the 'sdkSupportStatus' attribute.

◆ get_version()

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

Get the value of the 'version' attribute.

◆ get_version_display_name()

const StringPiece google_dataflow_api::SdkVersion::get_version_display_name ( ) const
inline

Get the value of the 'versionDisplayName' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SdkVersion

◆ has_sdk_support_status()

bool google_dataflow_api::SdkVersion::has_sdk_support_status ( ) const
inline

Determine if the 'sdkSupportStatus' attribute was set.

Returns
true if the 'sdkSupportStatus' attribute was set.

◆ has_version()

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

Determine if the 'version' attribute was set.

Returns
true if the 'version' attribute was set.

◆ has_version_display_name()

bool google_dataflow_api::SdkVersion::has_version_display_name ( ) const
inline

Determine if the 'versionDisplayName' attribute was set.

Returns
true if the 'versionDisplayName' attribute was set.

◆ New()

SdkVersion * google_dataflow_api::SdkVersion::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_sdk_support_status()

void google_dataflow_api::SdkVersion::set_sdk_support_status ( const StringPiece &  value)
inline

Change the 'sdkSupportStatus' attribute.

The support status for this SDK version.

Parameters
[in]valueThe new value.

◆ set_version()

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

Change the 'version' attribute.

The version of the SDK used to run the job.

Parameters
[in]valueThe new value.

◆ set_version_display_name()

void google_dataflow_api::SdkVersion::set_version_display_name ( const StringPiece &  value)
inline

Change the 'versionDisplayName' attribute.

A readable string describing the version of the SDK.

Parameters
[in]valueThe new value.

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