Interface ConfluentMetric.KafkaMetricNameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfluentMetric.KafkaMetricName,ConfluentMetric.KafkaMetricName.Builder
- Enclosing class:
ConfluentMetric
public static interface ConfluentMetric.KafkaMetricNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsTags(String key) map<string, string> tags = 3;getGroup()string group = 1;com.google.protobuf.ByteStringstring group = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;getTags()Deprecated.intmap<string, string> tags = 3;map<string, string> tags = 3;getTagsOrDefault(String key, String defaultValue) map<string, string> tags = 3;getTagsOrThrow(String key) map<string, string> tags = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGroup
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()string group = 1;- Returns:
- The bytes for group.
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getTagsCount
int getTagsCount()map<string, string> tags = 3; -
containsTags
map<string, string> tags = 3; -
getTags
-
getTagsMap
-
getTagsOrDefault
-
getTagsOrThrow
-