allowRecursion property
allow_recursion indicates if directories should be recursed into. If a directory is encountered and this is false, an error MUST occur.
Implementation
@$pb.TagNumber(3)
$core.bool get allowRecursion => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set allowRecursion($core.bool v) { $_setBool(2, v); }