public static interface ConfluentMetric.KafkaMetricNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTags(String key)
map<string, string> tags = 3; |
String |
getGroup()
string group = 1; |
com.google.protobuf.ByteString |
getGroupBytes()
string group = 1; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
Map<String,String> |
getTags()
Deprecated.
|
int |
getTagsCount()
map<string, string> tags = 3; |
Map<String,String> |
getTagsMap()
map<string, string> tags = 3; |
String |
getTagsOrDefault(String key,
String defaultValue)
map<string, string> tags = 3; |
String |
getTagsOrThrow(String key)
map<string, string> tags = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGroup()
string group = 1;com.google.protobuf.ByteString getGroupBytes()
string group = 1;String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;int getTagsCount()
map<string, string> tags = 3;boolean containsTags(String key)
map<string, string> tags = 3;@Deprecated Map<String,String> getTags()
getTagsMap() instead.String getTagsOrDefault(String key, String defaultValue)
map<string, string> tags = 3;