Class Type (0.5.12)

Type(value)

The type of match.

Enums

Name Description
TYPE_UNSPECIFIED Unspecified.
EXACT Will only match the exact value provided.
REGULAR_EXPRESSION Will match paths conforming to the prefix specified by value. RE2 syntax is supported.