public static interface TimeSeriesDescriptor.ValueDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The value key.
|
com.google.protobuf.ByteString |
getKeyBytes()
The value key.
|
com.google.api.MetricDescriptor.MetricKind |
getMetricKind()
The value stream kind.
|
int |
getMetricKindValue()
The value stream kind.
|
String |
getUnit()
The unit in which `time_series` point values are reported.
|
com.google.protobuf.ByteString |
getUnitBytes()
The unit in which `time_series` point values are reported.
|
com.google.api.MetricDescriptor.ValueType |
getValueType()
The value type.
|
int |
getValueTypeValue()
The value type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
The value key.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
The value key.
string key = 1;int getValueTypeValue()
The value type.
.google.api.MetricDescriptor.ValueType value_type = 2;com.google.api.MetricDescriptor.ValueType getValueType()
The value type.
.google.api.MetricDescriptor.ValueType value_type = 2;int getMetricKindValue()
The value stream kind.
.google.api.MetricDescriptor.MetricKind metric_kind = 3;com.google.api.MetricDescriptor.MetricKind getMetricKind()
The value stream kind.
.google.api.MetricDescriptor.MetricKind metric_kind = 3;String getUnit()
The unit in which `time_series` point values are reported. `unit` follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. `unit` is only valid if `value_type` is INTEGER, DOUBLE, DISTRIBUTION.
string unit = 4;com.google.protobuf.ByteString getUnitBytes()
The unit in which `time_series` point values are reported. `unit` follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. `unit` is only valid if `value_type` is INTEGER, DOUBLE, DISTRIBUTION.
string unit = 4;Copyright © 2024 Google LLC. All rights reserved.