Package io.prometheus.client
Interface Metrics.MetricFamilyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Metrics.MetricFamily,Metrics.MetricFamily.Builder
- Enclosing class:
- Metrics
public static interface Metrics.MetricFamilyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHelp()optional string help = 2;com.google.protobuf.ByteStringgetHelpBytes()optional string help = 2;Metrics.MetricgetMetric(int index)repeated .io.prometheus.client.Metric metric = 4;intgetMetricCount()repeated .io.prometheus.client.Metric metric = 4;List<Metrics.Metric>getMetricList()repeated .io.prometheus.client.Metric metric = 4;Metrics.MetricOrBuildergetMetricOrBuilder(int index)repeated .io.prometheus.client.Metric metric = 4;List<? extends Metrics.MetricOrBuilder>getMetricOrBuilderList()repeated .io.prometheus.client.Metric metric = 4;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;Metrics.MetricTypegetType()optional .io.prometheus.client.MetricType type = 3;booleanhasHelp()optional string help = 2;booleanhasName()optional string name = 1;booleanhasType()optional .io.prometheus.client.MetricType type = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;- Returns:
- The bytes for name.
-
hasHelp
boolean hasHelp()
optional string help = 2;- Returns:
- Whether the help field is set.
-
getHelp
String getHelp()
optional string help = 2;- Returns:
- The help.
-
getHelpBytes
com.google.protobuf.ByteString getHelpBytes()
optional string help = 2;- Returns:
- The bytes for help.
-
hasType
boolean hasType()
optional .io.prometheus.client.MetricType type = 3;- Returns:
- Whether the type field is set.
-
getType
Metrics.MetricType getType()
optional .io.prometheus.client.MetricType type = 3;- Returns:
- The type.
-
getMetricList
List<Metrics.Metric> getMetricList()
repeated .io.prometheus.client.Metric metric = 4;
-
getMetric
Metrics.Metric getMetric(int index)
repeated .io.prometheus.client.Metric metric = 4;
-
getMetricCount
int getMetricCount()
repeated .io.prometheus.client.Metric metric = 4;
-
getMetricOrBuilderList
List<? extends Metrics.MetricOrBuilder> getMetricOrBuilderList()
repeated .io.prometheus.client.Metric metric = 4;
-
getMetricOrBuilder
Metrics.MetricOrBuilder getMetricOrBuilder(int index)
repeated .io.prometheus.client.Metric metric = 4;
-
-