matchedProtocol property
Protocol defined in the forwarding rule that matches the test.
Implementation
@$pb.TagNumber(3)
$core.String get matchedProtocol => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set matchedProtocol($core.String v) {
$_setString(2, v);
}