Interface SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder (0.37.0)

public static interface SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributeKey()

public abstract String getAttributeKey()

Attribute key used to refine the results e.g. 'movie_type'.

string attribute_key = 1;

Returns
TypeDescription
String

The attributeKey.

getAttributeKeyBytes()

public abstract ByteString getAttributeKeyBytes()

Attribute key used to refine the results e.g. 'movie_type'.

string attribute_key = 1;

Returns
TypeDescription
ByteString

The bytes for attributeKey.

getAttributeValue()

public abstract String getAttributeValue()

Attribute value used to refine the results e.g. 'drama'.

string attribute_value = 2;

Returns
TypeDescription
String

The attributeValue.

getAttributeValueBytes()

public abstract ByteString getAttributeValueBytes()

Attribute value used to refine the results e.g. 'drama'.

string attribute_value = 2;

Returns
TypeDescription
ByteString

The bytes for attributeValue.