Class: Google::Cloud::Retail::V2::ProductAttributeInterval
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ProductAttributeInterval
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/search_service.rb
Overview
Product attribute name and numeric interval.
Instance Attribute Summary collapse
-
#interval ⇒ ::Google::Cloud::Retail::V2::Interval
The numeric interval (e.g. [10, 20)).
-
#name ⇒ ::String
The attribute name (e.g. "length").
Instance Attribute Details
#interval ⇒ ::Google::Cloud::Retail::V2::Interval
Returns The numeric interval (e.g. [10, 20)).
45 46 47 48 |
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 45 class ProductAttributeInterval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The attribute name (e.g. "length").
45 46 47 48 |
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 45 class ProductAttributeInterval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |