Node matcher¶
type.matcher.NodeMatcher¶
[type.matcher.NodeMatcher proto]
Specifies the way to match a Node. The match follows AND semantics.
{
"node_id": "{...}",
"node_metadatas": []
}
- node_id
(type.matcher.StringMatcher) Specifies match criteria on the node id.
- node_metadatas
(type.matcher.StructMatcher) Specifies match criteria on the node metadata.