Class: Google::Cloud::Retail::V2::Tile

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

This field specifies the tile information including an attribute key, attribute value. More fields will be added in the future, eg: product id or product counts, etc.

Instance Attribute Summary collapse

Instance Attribute Details

#product_attribute_interval::Google::Cloud::Retail::V2::ProductAttributeInterval

Returns The product attribute key-numeric interval.

Note: The following fields are mutually exclusive: product_attribute_interval, product_attribute_value. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Retail::V2::ProductAttributeInterval)

    The product attribute key-numeric interval.

    Note: The following fields are mutually exclusive: product_attribute_interval, product_attribute_value. If a field in that set is populated, all other fields in the set will automatically be cleared.



66
67
68
69
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 66

class Tile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#product_attribute_value::Google::Cloud::Retail::V2::ProductAttributeValue

Returns The product attribute key-value.

Note: The following fields are mutually exclusive: product_attribute_value, product_attribute_interval. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Retail::V2::ProductAttributeValue)

    The product attribute key-value.

    Note: The following fields are mutually exclusive: product_attribute_value, product_attribute_interval. If a field in that set is populated, all other fields in the set will automatically be cleared.



66
67
68
69
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 66

class Tile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#representative_product_id::String

Returns The representative product id for this tile.

Returns:

  • (::String)

    The representative product id for this tile.



66
67
68
69
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 66

class Tile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end