Class Type (0.5.10)

Type(value)

The type of match.

Values: TYPE_UNSPECIFIED (0): Unspecified. EXACT (1): Will only match the exact value provided. REGULAR_EXPRESSION (2): Will match paths conforming to the prefix specified by value. RE2 syntax is supported.