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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED |
Server behavior is the same as |
MATCH_HIGHLIGHTING_CONDITION_UNSPECIFIED_VALUE |
Server behavior is the same as |
MATCH_HIGHLIGHTING_DISABLED |
Disables match highlighting on all documents. |
MATCH_HIGHLIGHTING_DISABLED_VALUE |
Disables match highlighting on all documents. |
MATCH_HIGHLIGHTING_ENABLED |
Enables match highlighting on all documents. |
MATCH_HIGHLIGHTING_ENABLED_VALUE |
Enables match highlighting on all documents. |
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() |