Class: Google::Cloud::Retail::V2::ProductAttributeInterval

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#interval::Google::Cloud::Retail::V2::Interval

Returns The numeric interval (e.g. [10, 20)).

Returns:



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").

Returns:

  • (::String)

    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