Class PhraseMatcherType (1.7.0)

PhraseMatcherType(value)

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

Values: PHRASE_MATCHER_TYPE_UNSPECIFIED (0): Unspecified. ALL_OF (1): Must meet all phrase match rule groups or there is no match. ANY_OF (2): If any of the phrase match rule groups are met, there is a match.