Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
MetricStructuredName |
MetricStructuredName.clone() |
MetricStructuredName |
MetricUpdate.getName()
Name of the metric.
|
MetricStructuredName |
MetricStructuredName.set(String fieldName,
Object value) |
MetricStructuredName |
MetricStructuredName.setContext(Map<String,String> context)
Zero or more labeled fields which identify the part of the job this metric is associated with,
such as the name of a step or collection.
|
MetricStructuredName |
MetricStructuredName.setName(String name)
Worker-defined metric name.
|
MetricStructuredName |
MetricStructuredName.setOrigin(String origin)
Origin (namespace) of metric name.
|
Modifier and Type | Method and Description |
---|---|
MetricUpdate |
MetricUpdate.setName(MetricStructuredName name)
Name of the metric.
|
Copyright © 2011–2019 Google. All rights reserved.