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
Modifier and TypeMethodDescriptiongetHelp()optional string help = 2;com.google.protobuf.ByteStringoptional string help = 2;getMetric(int index) repeated .io.prometheus.client.Metric metric = 4;intrepeated .io.prometheus.client.Metric metric = 4;repeated .io.prometheus.client.Metric metric = 4;getMetricOrBuilder(int index) repeated .io.prometheus.client.Metric metric = 4;List<? extends Metrics.MetricOrBuilder>repeated .io.prometheus.client.Metric metric = 4;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;getType()optional .io.prometheus.client.MetricType type = 3;getUnit()optional string unit = 5;com.google.protobuf.ByteStringoptional string unit = 5;booleanhasHelp()optional string help = 2;booleanhasName()optional string name = 1;booleanhasType()optional .io.prometheus.client.MetricType type = 3;booleanhasUnit()optional string unit = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
repeated .io.prometheus.client.Metric metric = 4; -
hasUnit
boolean hasUnit()optional string unit = 5;- Returns:
- Whether the unit field is set.
-
getUnit
String getUnit()optional string unit = 5;- Returns:
- The unit.
-
getUnitBytes
com.google.protobuf.ByteString getUnitBytes()optional string unit = 5;- Returns:
- The bytes for unit.
-