Interface Measurement.MetricOrBuilder (3.42.0)

public static interface Measurement.MetricOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
double

The value.