public static interface Prometheus.LabelMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
Prometheus.LabelMatcher.Type |
getType()
.prometheus.LabelMatcher.Type type = 1; |
int |
getTypeValue()
.prometheus.LabelMatcher.Type type = 1; |
String |
getValue()
string value = 3; |
com.google.protobuf.ByteString |
getValueBytes()
string value = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTypeValue()
.prometheus.LabelMatcher.Type type = 1;
Prometheus.LabelMatcher.Type getType()
.prometheus.LabelMatcher.Type type = 1;
String getName()
string name = 2;
com.google.protobuf.ByteString getNameBytes()
string name = 2;
String getValue()
string value = 3;
com.google.protobuf.ByteString getValueBytes()
string value = 3;
Copyright © 2016–2021. All rights reserved.