public static interface SearchRequest.DisplaySpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |