Class: Google::Cloud::Retail::V2::DoubleList
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::DoubleList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/common.rb
Overview
A message with a list of double values.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::Float>
The list of double values.
Instance Attribute Details
#values ⇒ ::Array<::Float>
Returns The list of double values.
1022 1023 1024 1025 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 1022 class DoubleList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |