#include <name_and_kind.h>
Basic metadata about a counter.
◆ NameAndKind() [1/2]
google_dataflow_api::NameAndKind::NameAndKind |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ NameAndKind() [2/2]
google_dataflow_api::NameAndKind::NameAndKind |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~NameAndKind()
google_dataflow_api::NameAndKind::~NameAndKind |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_dataflow_api::NameAndKind::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_name()
void google_dataflow_api::NameAndKind::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ get_kind()
const StringPiece google_dataflow_api::NameAndKind::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_name()
const StringPiece google_dataflow_api::NameAndKind::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::NameAndKind::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_dataflow_api::NameAndKind::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_name()
bool google_dataflow_api::NameAndKind::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ New()
NameAndKind * google_dataflow_api::NameAndKind::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_dataflow_api::NameAndKind::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Counter aggregation kind.
- Parameters
-
◆ set_name()
void google_dataflow_api::NameAndKind::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
Name of the counter.
- Parameters
-
The documentation for this class was generated from the following files: