public static interface Metrics.MetricFamilyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHelp()
optional string help = 2; |
com.google.protobuf.ByteString |
getHelpBytes()
optional string help = 2; |
Metrics.Metric |
getMetric(int index)
repeated .io.prometheus.client.Metric metric = 4; |
int |
getMetricCount()
repeated .io.prometheus.client.Metric metric = 4; |
List<Metrics.Metric> |
getMetricList()
repeated .io.prometheus.client.Metric metric = 4; |
Metrics.MetricOrBuilder |
getMetricOrBuilder(int index)
repeated .io.prometheus.client.Metric metric = 4; |
List<? extends Metrics.MetricOrBuilder> |
getMetricOrBuilderList()
repeated .io.prometheus.client.Metric metric = 4; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
Metrics.MetricType |
getType()
optional .io.prometheus.client.MetricType type = 3; |
boolean |
hasHelp()
optional string help = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasType()
optional .io.prometheus.client.MetricType type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
optional string name = 1;String getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;boolean hasHelp()
optional string help = 2;String getHelp()
optional string help = 2;com.google.protobuf.ByteString getHelpBytes()
optional string help = 2;boolean hasType()
optional .io.prometheus.client.MetricType type = 3;Metrics.MetricType getType()
optional .io.prometheus.client.MetricType type = 3;List<Metrics.Metric> getMetricList()
repeated .io.prometheus.client.Metric metric = 4;Metrics.Metric getMetric(int index)
repeated .io.prometheus.client.Metric metric = 4;int getMetricCount()
repeated .io.prometheus.client.Metric metric = 4;List<? extends Metrics.MetricOrBuilder> getMetricOrBuilderList()
repeated .io.prometheus.client.Metric metric = 4;Metrics.MetricOrBuilder getMetricOrBuilder(int index)
repeated .io.prometheus.client.Metric metric = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.