Interface MetricsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Metrics, Metrics.Builder

    @Generated(value="protoc",
               comments="annotations:MetricsOrBuilder.java.pb.meta")
    public interface MetricsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getUri()
      The prometheus metrics endpoint uri.
      com.google.protobuf.ByteString getUriBytes()
      The prometheus metrics endpoint uri.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getUri

        java.lang.String getUri()
         The prometheus metrics endpoint uri.
         This is only populated when the metrics is enabled in the metrics specification.
         
        string uri = 1;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
         The prometheus metrics endpoint uri.
         This is only populated when the metrics is enabled in the metrics specification.
         
        string uri = 1;
        Returns:
        The bytes for uri.