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 TypeMethodDescriptiongetGroup()string group = 1;com.google.protobuf.ByteStringstring group = 1;string mBeanName = 5;com.google.protobuf.ByteStringstring mBeanName = 5;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;getScope()string scope = 4;com.google.protobuf.ByteStringstring scope = 4;getType()string type = 3;com.google.protobuf.ByteStringstring type = 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.
-
getType
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 3;- Returns:
- The bytes for type.
-
getScope
-
getScopeBytes
com.google.protobuf.ByteString getScopeBytes()string scope = 4;- Returns:
- The bytes for scope.
-
getMBeanName
-
getMBeanNameBytes
com.google.protobuf.ByteString getMBeanNameBytes()string mBeanName = 5;- Returns:
- The bytes for mBeanName.
-