public interface MetricValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MetricValue.OneValueCase |
getOneValueCase() |
String |
getValue()
Measurement value.
|
com.google.protobuf.ByteString |
getValueBytes()
Measurement value.
|
boolean |
hasValue()
Measurement value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
Measurement value. See MetricHeader for type.
string value = 4;String getValue()
Measurement value. See MetricHeader for type.
string value = 4;com.google.protobuf.ByteString getValueBytes()
Measurement value. See MetricHeader for type.
string value = 4;MetricValue.OneValueCase getOneValueCase()
Copyright © 2022 Google LLC. All rights reserved.