Class: Google::Protobuf::FloatValue
- Inherits:
-
Object
- Object
- Google::Protobuf::FloatValue
- Defined in:
- lib/google/cloud/trace/v2/doc/google/protobuf/wrappers.rb
Overview
Wrapper message for float
.
The JSON representation for FloatValue
is JSON number.
Instance Attribute Summary collapse
-
#value ⇒ Float
The float value.
Instance Attribute Details
#value ⇒ Float
Returns The float value.
32 |
# File 'lib/google/cloud/trace/v2/doc/google/protobuf/wrappers.rb', line 32 class FloatValue; end |