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() |
java.lang.String |
getValue()
string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
string value = 2; |
boolean |
hasDoubleValue()
double doubleValue = 4; |
boolean |
hasLongValue()
int64 longValue = 3; |
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;
java.lang.String getValue()
string value = 2;
com.google.protobuf.ByteString getValueBytes()
string value = 2;
boolean hasLongValue()
int64 longValue = 3;
long getLongValue()
int64 longValue = 3;
boolean hasDoubleValue()
double doubleValue = 4;
double getDoubleValue()
double doubleValue = 4;
ConfluentMetric.YammerGauge.NumericValueCase getNumericValueCase()