dataflow
v1b3
|
#include <counter_structured_name_and_metadata.h>
Public Member Functions | |
CounterStructuredNameAndMetadata (const Json::Value &storage) | |
CounterStructuredNameAndMetadata (Json::Value *storage) | |
virtual | ~CounterStructuredNameAndMetadata () |
const StringPiece | GetTypeName () const |
bool | has_metadata () const |
void | clear_metadata () |
const CounterMetadata | get_metadata () const |
CounterMetadata | mutable_metadata () |
bool | has_name () const |
void | clear_name () |
const CounterStructuredName | get_name () const |
CounterStructuredName | mutable_name () |
Static Public Member Functions | |
static CounterStructuredNameAndMetadata * | New () |
A single message which encapsulates structured name and metadata for a given counter.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'metadata
' attribute.
|
inline |
Clears the 'name
' attribute.
const CounterMetadata google_dataflow_api::CounterStructuredNameAndMetadata::get_metadata | ( | ) | const |
Get a reference to the value of the 'metadata
' attribute.
const CounterStructuredName google_dataflow_api::CounterStructuredNameAndMetadata::get_name | ( | ) | const |
Get a reference to the value of the 'name
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'metadata
' attribute was set.
metadata
' attribute was set.
|
inline |
Determine if the 'name
' attribute was set.
name
' attribute was set. CounterMetadata google_dataflow_api::CounterStructuredNameAndMetadata::mutable_metadata | ( | ) |
Gets a reference to a mutable value of the 'metadata
' property.
Metadata associated with a counter.
CounterStructuredName google_dataflow_api::CounterStructuredNameAndMetadata::mutable_name | ( | ) |
Gets a reference to a mutable value of the 'name
' property.
Structured name of the counter.
|
static |
Creates a new default instance.