#include <runtime_metadata.h>
RuntimeMetadata describing a runtime environment.
◆ RuntimeMetadata() [1/2]
google_dataflow_api::RuntimeMetadata::RuntimeMetadata |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RuntimeMetadata() [2/2]
google_dataflow_api::RuntimeMetadata::RuntimeMetadata |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RuntimeMetadata()
google_dataflow_api::RuntimeMetadata::~RuntimeMetadata |
( |
| ) |
|
|
virtual |
◆ clear_parameters()
void google_dataflow_api::RuntimeMetadata::clear_parameters |
( |
| ) |
|
|
inline |
Clears the 'parameters
' attribute.
◆ clear_sdk_info()
void google_dataflow_api::RuntimeMetadata::clear_sdk_info |
( |
| ) |
|
|
inline |
Clears the 'sdkInfo
' attribute.
◆ get_parameters()
const client::JsonCppArray<ParameterMetadata > google_dataflow_api::RuntimeMetadata::get_parameters |
( |
| ) |
const |
Get a reference to the value of the 'parameters
' attribute.
◆ get_sdk_info()
const SDKInfo google_dataflow_api::RuntimeMetadata::get_sdk_info |
( |
| ) |
const |
Get a reference to the value of the 'sdkInfo
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::RuntimeMetadata::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_parameters()
bool google_dataflow_api::RuntimeMetadata::has_parameters |
( |
| ) |
const |
|
inline |
Determine if the 'parameters
' attribute was set.
- Returns
- true if the '
parameters
' attribute was set.
◆ has_sdk_info()
bool google_dataflow_api::RuntimeMetadata::has_sdk_info |
( |
| ) |
const |
|
inline |
Determine if the 'sdkInfo
' attribute was set.
- Returns
- true if the '
sdkInfo
' attribute was set.
◆ mutable_parameters()
client::JsonCppArray<ParameterMetadata > google_dataflow_api::RuntimeMetadata::mutable_parameters |
( |
| ) |
|
Gets a reference to a mutable value of the 'parameters
' property.
The parameters for the template.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_sdkInfo()
SDKInfo google_dataflow_api::RuntimeMetadata::mutable_sdkInfo |
( |
| ) |
|
Gets a reference to a mutable value of the 'sdkInfo
' property.
SDK Info for the template.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: