Interface ConfluentMetric.YammerGaugeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfluentMetric.YammerGauge,ConfluentMetric.YammerGauge.Builder
- Enclosing class:
ConfluentMetric
public static interface ConfluentMetric.YammerGaugeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubledouble doubleValue = 4;longint64 longValue = 3;.metrics.YammerMetricName metricName = 1;.metrics.YammerMetricName metricName = 1;getValue()string value = 2;com.google.protobuf.ByteStringstring value = 2;booleandouble doubleValue = 4;booleanint64 longValue = 3;boolean.metrics.YammerMetricName metricName = 1;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
-
hasMetricName
boolean hasMetricName().metrics.YammerMetricName metricName = 1;- Returns:
- Whether the metricName field is set.
-
getMetricName
ConfluentMetric.YammerMetricName getMetricName().metrics.YammerMetricName metricName = 1;- Returns:
- The metricName.
-
getMetricNameOrBuilder
ConfluentMetric.YammerMetricNameOrBuilder getMetricNameOrBuilder().metrics.YammerMetricName metricName = 1; -
getValue
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()string value = 2;- Returns:
- The bytes for value.
-
hasLongValue
boolean hasLongValue()int64 longValue = 3;- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()int64 longValue = 3;- Returns:
- The longValue.
-
hasDoubleValue
boolean hasDoubleValue()double doubleValue = 4;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()double doubleValue = 4;- Returns:
- The doubleValue.
-
getNumericValueCase
ConfluentMetric.YammerGauge.NumericValueCase getNumericValueCase()
-