Interface SearchRequest.DisplaySpecOrBuilder (0.58.0)

public static interface SearchRequest.DisplaySpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatchHighlightingCondition()

public abstract SearchRequest.DisplaySpec.MatchHighlightingCondition getMatchHighlightingCondition()

The condition under which match highlighting should occur.

.google.cloud.discoveryengine.v1.SearchRequest.DisplaySpec.MatchHighlightingCondition match_highlighting_condition = 1;

Returns
Type Description
SearchRequest.DisplaySpec.MatchHighlightingCondition

The matchHighlightingCondition.

getMatchHighlightingConditionValue()

public abstract int getMatchHighlightingConditionValue()

The condition under which match highlighting should occur.

.google.cloud.discoveryengine.v1.SearchRequest.DisplaySpec.MatchHighlightingCondition match_highlighting_condition = 1;

Returns
Type Description
int

The enum numeric value on the wire for matchHighlightingCondition.