| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
DataflowGaugeValue |
DataflowGaugeValue.clone() |
DataflowGaugeValue |
MetricValue.getValueGauge64()
Non-cumulative int64 value of this metric.
|
DataflowGaugeValue |
DataflowGaugeValue.set(String fieldName,
Object value) |
DataflowGaugeValue |
DataflowGaugeValue.setMeasuredTime(String measuredTime)
The timestamp when the gauge was recorded.
|
DataflowGaugeValue |
DataflowGaugeValue.setValue(Long value)
The value of the gauge.
|
| Modifier and Type | Method and Description |
|---|---|
MetricValue |
MetricValue.setValueGauge64(DataflowGaugeValue valueGauge64)
Non-cumulative int64 value of this metric.
|
Copyright © 2011–2025 Google. All rights reserved.