Package prometheus

Interface Types.LabelMatcherOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Types.LabelMatcher, Types.LabelMatcher.Builder
Enclosing class:
Types

public static interface Types.LabelMatcherOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    .prometheus.LabelMatcher.Type type = 1;
    int
    .prometheus.LabelMatcher.Type type = 1;
    string value = 3;
    com.google.protobuf.ByteString
    string value = 3;

    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 Details

    • getTypeValue

      int getTypeValue()
      .prometheus.LabelMatcher.Type type = 1;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .prometheus.LabelMatcher.Type type = 1;
      Returns:
      The type.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getValue

      String getValue()
      string value = 3;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
      string value = 3;
      Returns:
      The bytes for value.