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 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;