#include <metric_short_id.h>
The metric short id is returned to the user alongside an offset into ReportWorkItemStatusRequest.
◆ MetricShortId() [1/2]
google_dataflow_api::MetricShortId::MetricShortId |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ MetricShortId() [2/2]
google_dataflow_api::MetricShortId::MetricShortId |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~MetricShortId()
google_dataflow_api::MetricShortId::~MetricShortId |
( |
| ) |
|
|
virtual |
◆ clear_metric_index()
void google_dataflow_api::MetricShortId::clear_metric_index |
( |
| ) |
|
|
inline |
Clears the 'metricIndex
' attribute.
◆ clear_short_id()
void google_dataflow_api::MetricShortId::clear_short_id |
( |
| ) |
|
|
inline |
Clears the 'shortId
' attribute.
◆ get_metric_index()
int32 google_dataflow_api::MetricShortId::get_metric_index |
( |
| ) |
const |
|
inline |
Get the value of the 'metricIndex
' attribute.
◆ get_short_id()
int64 google_dataflow_api::MetricShortId::get_short_id |
( |
| ) |
const |
|
inline |
Get the value of the 'shortId
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::MetricShortId::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_metric_index()
bool google_dataflow_api::MetricShortId::has_metric_index |
( |
| ) |
const |
|
inline |
Determine if the 'metricIndex
' attribute was set.
- Returns
- true if the '
metricIndex
' attribute was set.
◆ has_short_id()
bool google_dataflow_api::MetricShortId::has_short_id |
( |
| ) |
const |
|
inline |
Determine if the 'shortId
' attribute was set.
- Returns
- true if the '
shortId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_metric_index()
void google_dataflow_api::MetricShortId::set_metric_index |
( |
int32 |
value | ) |
|
|
inline |
◆ set_short_id()
void google_dataflow_api::MetricShortId::set_short_id |
( |
int64 |
value | ) |
|
|
inline |
Change the 'shortId
' attribute.
The service-generated short identifier for the metric.
- Parameters
-
The documentation for this class was generated from the following files: