public static interface Measurement.MetricOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMetricId()
public abstract String getMetricId()
Output only. The ID of the Metric. The Metric should be defined in StudySpec's Metrics.
string metric_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The metricId. |
getMetricIdBytes()
public abstract ByteString getMetricIdBytes()
Output only. The ID of the Metric. The Metric should be defined in StudySpec's Metrics.
string metric_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for metricId. |
getValue()
public abstract double getValue()
Output only. The value for this metric.
double value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
double |
The value. |