Class Type (0.5.10)

Type(value)

The type of the match.

Values: TYPE_UNSPECIFIED (0): Unspecified. EXACT (1): Will only match the exact name provided. REGULAR_EXPRESSION (2): Will interpret grpc_method and grpc_service as regexes. RE2 syntax is supported.