Retail V2 API - Class Google::Cloud::Retail::V2::Rule::ForceReturnFacetAction::FacetPositionAdjustment (v0.21.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::Rule::ForceReturnFacetAction::FacetPositionAdjustment.

Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified position.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attribute_name

def attribute_name() -> ::String
Returns
  • (::String) — The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.

#attribute_name=

def attribute_name=(value) -> ::String
Parameter
  • value (::String) — The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.
Returns
  • (::String) — The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.

#position

def position() -> ::Integer
Returns
  • (::Integer) — This is the position in the request as explained above. It should be strictly positive be at most 100.

#position=

def position=(value) -> ::Integer
Parameter
  • value (::Integer) — This is the position in the request as explained above. It should be strictly positive be at most 100.
Returns
  • (::Integer) — This is the position in the request as explained above. It should be strictly positive be at most 100.