Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
IntegerGauge |
IntegerGauge.clone() |
IntegerGauge |
CounterUpdate.getIntegerGauge()
Gauge data
|
IntegerGauge |
IntegerGauge.set(String fieldName,
Object value) |
IntegerGauge |
IntegerGauge.setTimestamp(String timestamp)
The time at which this value was measured.
|
IntegerGauge |
IntegerGauge.setValue(SplitInt64 value)
The value of the variable represented by this gauge.
|
Modifier and Type | Method and Description |
---|---|
CounterUpdate |
CounterUpdate.setIntegerGauge(IntegerGauge integerGauge)
Gauge data
|
Copyright © 2011–2019 Google. All rights reserved.