|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Metrics.MetricFamilyOrBuilder
| Method Summary | |
|---|---|
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; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
boolean 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;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||