| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
MetricValue |
MetricValue.clone() |
MetricValue |
MetricValue.set(String fieldName,
Object value) |
MetricValue |
MetricValue.setMetric(String metric)
Base name for this metric.
|
MetricValue |
MetricValue.setMetricLabels(Map<String,String> metricLabels)
Optional.
|
MetricValue |
MetricValue.setValueHistogram(DataflowHistogramValue valueHistogram)
Histogram value of this metric.
|
MetricValue |
MetricValue.setValueInt64(Long valueInt64)
Integer value of this metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricValue> |
PerStepNamespaceMetrics.getMetricValues()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
PerStepNamespaceMetrics |
PerStepNamespaceMetrics.setMetricValues(List<MetricValue> metricValues)
Optional.
|
Copyright © 2011–2024 Google. All rights reserved.