Interface Rule.ForceReturnFacetAction.FacetPositionAdjustmentOrBuilder (2.48.0)

public static interface Rule.ForceReturnFacetAction.FacetPositionAdjustmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributeName()

public abstract String getAttributeName()

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.

string attribute_name = 1;

Returns
Type Description
String

The attributeName.

getAttributeNameBytes()

public abstract ByteString getAttributeNameBytes()

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.

string attribute_name = 1;

Returns
Type Description
ByteString

The bytes for attributeName.

getPosition()

public abstract int getPosition()

This is the position in the request as explained above. It should be strictly positive be at most 100.

int32 position = 2;

Returns
Type Description
int

The position.