public static interface Service.GetMetricHistoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMetricKey()
Name of the metric.
|
com.google.protobuf.ByteString |
getMetricKeyBytes()
Name of the metric.
|
String |
getRunUuid()
ID of the run from which to fetch metric values.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
ID of the run from which to fetch metric values.
|
boolean |
hasMetricKey()
Name of the metric.
|
boolean |
hasRunUuid()
ID of the run from which to fetch metric values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunUuid()
ID of the run from which to fetch metric values.
optional string run_uuid = 1 [(.validate_required) = true];
String getRunUuid()
ID of the run from which to fetch metric values.
optional string run_uuid = 1 [(.validate_required) = true];
com.google.protobuf.ByteString getRunUuidBytes()
ID of the run from which to fetch metric values.
optional string run_uuid = 1 [(.validate_required) = true];
boolean hasMetricKey()
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
String getMetricKey()
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
com.google.protobuf.ByteString getMetricKeyBytes()
Name of the metric.
optional string metric_key = 2 [(.validate_required) = true];
Copyright © 2019. All rights reserved.