Class PhraseMatcherType (1.17.4)

PhraseMatcherType(value)

Specifies how to combine each phrase match rule group to determine whether there is a match.

Enums

Name Description
PHRASE_MATCHER_TYPE_UNSPECIFIED Unspecified.
ALL_OF Must meet all phrase match rule groups or there is no match.
ANY_OF If any of the phrase match rule groups are met, there is a match.