public interface SimpleMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the metric.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the metric.
|
SimpleMetric.Type |
getType()
Type of the metric represented.
|
int |
getTypeValue()
Type of the metric represented.
|
long |
getValue()
Current metric value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Type of the metric represented.
.envoy.admin.v2alpha.SimpleMetric.Type type = 1;SimpleMetric.Type getType()
Type of the metric represented.
.envoy.admin.v2alpha.SimpleMetric.Type type = 1;long getValue()
Current metric value.
uint64 value = 2;String getName()
Name of the metric.
string name = 3;com.google.protobuf.ByteString getNameBytes()
Name of the metric.
string name = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.