Interface SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder (0.41.0)

public static interface SearchResponse.GuidedSearchResult.RefinementAttributeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributeKey()

public abstract String getAttributeKey()

Attribute key used to refine the results. For example, "movie_type".

string attribute_key = 1;

Returns
Type Description
String

The attributeKey.

getAttributeKeyBytes()

public abstract ByteString getAttributeKeyBytes()

Attribute key used to refine the results. For example, "movie_type".

string attribute_key = 1;

Returns
Type Description
ByteString

The bytes for attributeKey.

getAttributeValue()

public abstract String getAttributeValue()

Attribute value used to refine the results. For example, "drama".

string attribute_value = 2;

Returns
Type Description
String

The attributeValue.

getAttributeValueBytes()

public abstract ByteString getAttributeValueBytes()

Attribute value used to refine the results. For example, "drama".

string attribute_value = 2;

Returns
Type Description
ByteString

The bytes for attributeValue.