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