All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.admin.v2alpha.SimpleMetricOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/admin/v2alpha/metrics.proto

package io.envoyproxy.envoy.admin.v2alpha;

public interface SimpleMetricOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.admin.v2alpha.SimpleMetric)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Type of the metric represented.
   * 
* * .envoy.admin.v2alpha.SimpleMetric.Type type = 1; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * Type of the metric represented.
   * 
* * .envoy.admin.v2alpha.SimpleMetric.Type type = 1; * @return The type. */ io.envoyproxy.envoy.admin.v2alpha.SimpleMetric.Type getType(); /** *
   * Current metric value.
   * 
* * uint64 value = 2; * @return The value. */ long getValue(); /** *
   * Name of the metric.
   * 
* * string name = 3; * @return The name. */ java.lang.String getName(); /** *
   * Name of the metric.
   * 
* * string name = 3; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy