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(java.lang.String fieldName,
java.lang.Object value) |
IntegerGauge |
IntegerGauge.setTimestamp(java.lang.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
|