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

#include <runtime_metadata.h>

Inheritance diagram for google_dataflow_api::RuntimeMetadata:

Public Member Functions

 RuntimeMetadata (const Json::Value &storage)
 
 RuntimeMetadata (Json::Value *storage)
 
virtual ~RuntimeMetadata ()
 
const StringPiece GetTypeName () const
 
bool has_parameters () const
 
void clear_parameters ()
 
const client::JsonCppArray< ParameterMetadataget_parameters () const
 
client::JsonCppArray< ParameterMetadatamutable_parameters ()
 
bool has_sdk_info () const
 
void clear_sdk_info ()
 
const SDKInfo get_sdk_info () const
 
SDKInfo mutable_sdkInfo ()
 

Static Public Member Functions

static RuntimeMetadataNew ()
 

Detailed Description

RuntimeMetadata describing a runtime environment.

Constructor & Destructor Documentation

◆ RuntimeMetadata() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~RuntimeMetadata()

google_dataflow_api::RuntimeMetadata::~RuntimeMetadata ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::RuntimeMetadata

◆ 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()

RuntimeMetadata * google_dataflow_api::RuntimeMetadata::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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