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 Type
    Method
    Description
    boolean
    map<string, string> tags = 3;
    string group = 1;
    com.google.protobuf.ByteString
    string group = 1;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    Deprecated.
    int
    map<string, string> tags = 3;
    map<string, string> tags = 3;
    getTagsOrDefault(String key, String defaultValue)
    map<string, string> tags = 3;
    map<string, string> tags = 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

    • getGroup

      String getGroup()
      string group = 1;
      Returns:
      The group.
    • getGroupBytes

      com.google.protobuf.ByteString getGroupBytes()
      string group = 1;
      Returns:
      The bytes for group.
    • getName

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

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

      int getTagsCount()
      map<string, string> tags = 3;
    • containsTags

      boolean containsTags(String key)
      map<string, string> tags = 3;
    • getTags

      Deprecated.
      Use getTagsMap() instead.
    • getTagsMap

      Map<String,String> getTagsMap()
      map<string, string> tags = 3;
    • getTagsOrDefault

      String getTagsOrDefault(String key, String defaultValue)
      map<string, string> tags = 3;
    • getTagsOrThrow

      String getTagsOrThrow(String key)
      map<string, string> tags = 3;