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