#include <sdki_nfo.h>
◆ SDKInfo() [1/2]
google_dataflow_api::SDKInfo::SDKInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~SDKInfo()
google_dataflow_api::SDKInfo::~SDKInfo |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
◆ set_version()
void google_dataflow_api::SDKInfo::set_version |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'version
' attribute.
Optional. The SDK version.
- Parameters
-
The documentation for this class was generated from the following files:
- google/dataflow_api/sdki_nfo.h
- google/dataflow_api/sdki_nfo.cc