public static interface Metrics.GaugeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue()
double double_value = 3; |
long |
getLongValue()
int64 long_value = 2; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getStringValue()
string string_value = 4; |
com.google.protobuf.ByteString |
getStringValueBytes()
string string_value = 4; |
Metrics.GaugeResponse.ValueCase |
getValueCase() |
boolean |
hasDoubleValue()
double double_value = 3; |
boolean |
hasLongValue()
int64 long_value = 2; |
boolean |
hasStringValue()
string string_value = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;boolean hasLongValue()
int64 long_value = 2;long getLongValue()
int64 long_value = 2;boolean hasDoubleValue()
double double_value = 3;double getDoubleValue()
double double_value = 3;boolean hasStringValue()
string string_value = 4;String getStringValue()
string string_value = 4;com.google.protobuf.ByteString getStringValueBytes()
string string_value = 4;Metrics.GaugeResponse.ValueCase getValueCase()