Uses of Class
io.prometheus.client.Metrics.Gauge

Uses of Metrics.Gauge in io.prometheus.client
 

Fields in io.prometheus.client with type parameters of type Metrics.Gauge
static com.google.protobuf.Parser<Metrics.Gauge> Metrics.Gauge.PARSER
           
 

Methods in io.prometheus.client that return Metrics.Gauge
 Metrics.Gauge Metrics.Gauge.Builder.build()
           
 Metrics.Gauge Metrics.Gauge.Builder.buildPartial()
           
static Metrics.Gauge Metrics.Gauge.getDefaultInstance()
           
 Metrics.Gauge Metrics.Gauge.getDefaultInstanceForType()
           
 Metrics.Gauge Metrics.Gauge.Builder.getDefaultInstanceForType()
           
 Metrics.Gauge Metrics.MetricOrBuilder.getGauge()
          optional .io.prometheus.client.Gauge gauge = 2;
 Metrics.Gauge Metrics.Metric.getGauge()
          optional .io.prometheus.client.Gauge gauge = 2;
 Metrics.Gauge Metrics.Metric.Builder.getGauge()
          optional .io.prometheus.client.Gauge gauge = 2;
static Metrics.Gauge Metrics.Gauge.parseDelimitedFrom(InputStream input)
           
static Metrics.Gauge Metrics.Gauge.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Metrics.Gauge Metrics.Gauge.parseFrom(byte[] data)
           
static Metrics.Gauge Metrics.Gauge.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Metrics.Gauge Metrics.Gauge.parseFrom(com.google.protobuf.ByteString data)
           
static Metrics.Gauge Metrics.Gauge.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Metrics.Gauge Metrics.Gauge.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Metrics.Gauge Metrics.Gauge.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Metrics.Gauge Metrics.Gauge.parseFrom(InputStream input)
           
static Metrics.Gauge Metrics.Gauge.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in io.prometheus.client that return types with arguments of type Metrics.Gauge
 com.google.protobuf.Parser<Metrics.Gauge> Metrics.Gauge.getParserForType()
           
 

Methods in io.prometheus.client with parameters of type Metrics.Gauge
 Metrics.Gauge.Builder Metrics.Gauge.Builder.mergeFrom(Metrics.Gauge other)
           
 Metrics.Metric.Builder Metrics.Metric.Builder.mergeGauge(Metrics.Gauge value)
          optional .io.prometheus.client.Gauge gauge = 2;
static Metrics.Gauge.Builder Metrics.Gauge.newBuilder(Metrics.Gauge prototype)
           
 Metrics.Metric.Builder Metrics.Metric.Builder.setGauge(Metrics.Gauge value)
          optional .io.prometheus.client.Gauge gauge = 2;
 



Copyright © 2013. All Rights Reserved.