Package prometheus
Interface PrometheusTypes.LabelMatcherOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusTypes.LabelMatcher,PrometheusTypes.LabelMatcher.Builder
- Enclosing class:
- PrometheusTypes
public static interface PrometheusTypes.LabelMatcherOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;PrometheusTypes.LabelMatcher.TypegetType().prometheus.LabelMatcher.Type type = 1;intgetTypeValue().prometheus.LabelMatcher.Type type = 1;StringgetValue()string value = 3;com.google.protobuf.ByteStringgetValueBytes()string value = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
.prometheus.LabelMatcher.Type type = 1;
-
getType
PrometheusTypes.LabelMatcher.Type getType()
.prometheus.LabelMatcher.Type type = 1;
-
getName
String getName()
string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;
-
getValue
String getValue()
string value = 3;
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
string value = 3;
-
-