#include <template_metadata.h>
Metadata describing a template.
◆ TemplateMetadata() [1/2]
google_dataflow_api::TemplateMetadata::TemplateMetadata |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TemplateMetadata() [2/2]
google_dataflow_api::TemplateMetadata::TemplateMetadata |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TemplateMetadata()
google_dataflow_api::TemplateMetadata::~TemplateMetadata |
( |
| ) |
|
|
virtual |
◆ clear_description()
void google_dataflow_api::TemplateMetadata::clear_description |
( |
| ) |
|
|
inline |
Clears the 'description
' attribute.
◆ clear_name()
void google_dataflow_api::TemplateMetadata::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_parameters()
void google_dataflow_api::TemplateMetadata::clear_parameters |
( |
| ) |
|
|
inline |
Clears the 'parameters
' attribute.
◆ get_description()
const StringPiece google_dataflow_api::TemplateMetadata::get_description |
( |
| ) |
const |
|
inline |
Get the value of the 'description
' attribute.
◆ get_name()
const StringPiece google_dataflow_api::TemplateMetadata::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_parameters()
const client::JsonCppArray<ParameterMetadata > google_dataflow_api::TemplateMetadata::get_parameters |
( |
| ) |
const |
Get a reference to the value of the 'parameters
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::TemplateMetadata::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_description()
bool google_dataflow_api::TemplateMetadata::has_description |
( |
| ) |
const |
|
inline |
Determine if the 'description
' attribute was set.
- Returns
- true if the '
description
' attribute was set.
◆ has_name()
bool google_dataflow_api::TemplateMetadata::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_parameters()
bool google_dataflow_api::TemplateMetadata::has_parameters |
( |
| ) |
const |
|
inline |
Determine if the 'parameters
' attribute was set.
- Returns
- true if the '
parameters
' attribute was set.
◆ mutable_parameters()
client::JsonCppArray<ParameterMetadata > google_dataflow_api::TemplateMetadata::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.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_description()
void google_dataflow_api::TemplateMetadata::set_description |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'description
' attribute.
Optional. A description of the template.
- Parameters
-
◆ set_name()
void google_dataflow_api::TemplateMetadata::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
Required. The name of the template.
- Parameters
-
The documentation for this class was generated from the following files: