Package io.grpc.testing.integration
Interface Metrics.GaugeResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Metrics.GaugeResponse,Metrics.GaugeResponse.Builder
- Enclosing class:
- Metrics
public static interface Metrics.GaugeResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDoubleValue()double double_value = 3;longgetLongValue()int64 long_value = 2;java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;java.lang.StringgetStringValue()string string_value = 4;com.google.protobuf.ByteStringgetStringValueBytes()string string_value = 4;Metrics.GaugeResponse.ValueCasegetValueCase()booleanhasDoubleValue()double double_value = 3;booleanhasLongValue()int64 long_value = 2;booleanhasStringValue()string string_value = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
hasLongValue
boolean hasLongValue()
int64 long_value = 2;- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()
int64 long_value = 2;- Returns:
- The longValue.
-
hasDoubleValue
boolean hasDoubleValue()
double double_value = 3;- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()
double double_value = 3;- Returns:
- The doubleValue.
-
hasStringValue
boolean hasStringValue()
string string_value = 4;- Returns:
- Whether the stringValue field is set.
-
getStringValue
java.lang.String getStringValue()
string string_value = 4;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
string string_value = 4;- Returns:
- The bytes for stringValue.
-
getValueCase
Metrics.GaugeResponse.ValueCase getValueCase()
-
-