Filter state matcher (proto)
type.matcher.v3.FilterStateMatcher
[type.matcher.v3.FilterStateMatcher proto]
FilterStateMatcher provides a general interface for matching the filter state objects.
{
"key": ...,
"string_match": {...}
}
- key
(string, REQUIRED) The filter state key to retrieve the object.
- string_match
(type.matcher.v3.StringMatcher, REQUIRED) Matches the filter state object as a string value.