Enum SearchRequest.DisplaySpec.MatchHighlightingCondition (0.58.0)

public enum SearchRequest.DisplaySpec.MatchHighlightingCondition extends Enum<SearchRequest.DisplaySpec.MatchHighlightingCondition> implements ProtocolMessageEnum

Enum describing under which condition match highlighting should occur.

Protobuf enum google.cloud.discoveryengine.v1.SearchRequest.DisplaySpec.MatchHighlightingCondition

Implements

ProtocolMessageEnum

Static Fields

Name Description
MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED

Server behavior is the same as MATCH_HIGHLIGHTING_DISABLED.

MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED = 0;

MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED_VALUE

Server behavior is the same as MATCH_HIGHLIGHTING_DISABLED.

MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED = 0;

MATCH_HIGHLIGHTING_DISABLED

Disables match highlighting on all documents.

MATCH_HIGHLIGHTING_DISABLED = 1;

MATCH_HIGHLIGHTING_DISABLED_VALUE

Disables match highlighting on all documents.

MATCH_HIGHLIGHTING_DISABLED = 1;

MATCH_HIGHLIGHTING_ENABLED

Enables match highlighting on all documents.

MATCH_HIGHLIGHTING_ENABLED = 2;

MATCH_HIGHLIGHTING_ENABLED_VALUE

Enables match highlighting on all documents.

MATCH_HIGHLIGHTING_ENABLED = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()