Interface ConfluentMetric.YammerMetricNameOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConfluentMetric.YammerMetricName, ConfluentMetric.YammerMetricName.Builder
Enclosing class:
ConfluentMetric

public static interface ConfluentMetric.YammerMetricNameOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string group = 1;
    com.google.protobuf.ByteString
    string group = 1;
    string mBeanName = 5;
    com.google.protobuf.ByteString
    string mBeanName = 5;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    string scope = 4;
    com.google.protobuf.ByteString
    string scope = 4;
    string type = 3;
    com.google.protobuf.ByteString
    string type = 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.
    • getType

      String getType()
      string type = 3;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 3;
      Returns:
      The bytes for type.
    • getScope

      String getScope()
      string scope = 4;
      Returns:
      The scope.
    • getScopeBytes

      com.google.protobuf.ByteString getScopeBytes()
      string scope = 4;
      Returns:
      The bytes for scope.
    • getMBeanName

      String getMBeanName()
      string mBeanName = 5;
      Returns:
      The mBeanName.
    • getMBeanNameBytes

      com.google.protobuf.ByteString getMBeanNameBytes()
      string mBeanName = 5;
      Returns:
      The bytes for mBeanName.