public static interface ConfluentMetric.YammerGaugeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getDoubleValue()
double doubleValue = 4; |
long |
getLongValue()
int64 longValue = 3; |
ConfluentMetric.YammerMetricName |
getMetricName()
.metrics.YammerMetricName metricName = 1; |
ConfluentMetric.YammerMetricNameOrBuilder |
getMetricNameOrBuilder()
.metrics.YammerMetricName metricName = 1; |
ConfluentMetric.YammerGauge.NumericValueCase |
getNumericValueCase() |
String |
getValue()
string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
string value = 2; |
boolean |
hasMetricName()
.metrics.YammerMetricName metricName = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetricName()
.metrics.YammerMetricName metricName = 1;
ConfluentMetric.YammerMetricName getMetricName()
.metrics.YammerMetricName metricName = 1;
ConfluentMetric.YammerMetricNameOrBuilder getMetricNameOrBuilder()
.metrics.YammerMetricName metricName = 1;
String getValue()
string value = 2;
com.google.protobuf.ByteString getValueBytes()
string value = 2;
long getLongValue()
int64 longValue = 3;
double getDoubleValue()
double doubleValue = 4;
ConfluentMetric.YammerGauge.NumericValueCase getNumericValueCase()