Enum SuggestionDenyListEntry.MatchOperator (0.37.0)

public enum SuggestionDenyListEntry.MatchOperator extends Enum<SuggestionDenyListEntry.MatchOperator> implements ProtocolMessageEnum

Operator for matching with the generated suggestions.

Protobuf enum google.cloud.discoveryengine.v1beta.SuggestionDenyListEntry.MatchOperator

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTAINS

If the suggestion contains the block_phrase, then block it.

CONTAINS = 2;

CONTAINS_VALUE

If the suggestion contains the block_phrase, then block it.

CONTAINS = 2;

EXACT_MATCH

If the suggestion is an exact match to the block_phrase, then block it.

EXACT_MATCH = 1;

EXACT_MATCH_VALUE

If the suggestion is an exact match to the block_phrase, then block it.

EXACT_MATCH = 1;

MATCH_OPERATOR_UNSPECIFIED

Default value. Should not be used

MATCH_OPERATOR_UNSPECIFIED = 0;

MATCH_OPERATOR_UNSPECIFIED_VALUE

Default value. Should not be used

MATCH_OPERATOR_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()