Interface DoubleValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
DoubleValue, DoubleValue.Builder
-
Method Summary
Methods inherited from interface MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValue
double getValue()The double value.
double value = 1;- Returns:
- The value.
-