allDescendants property
When false, selects only collections that are immediate children of
the parent
specified in the containing RunQueryRequest
.
When true, selects all descendant collections.
Implementation
@$pb.TagNumber(3)
$core.bool get allDescendants => $_getBF(1);
Implementation
@$pb.TagNumber(3)
set allDescendants($core.bool v) {
$_setBool(1, v);
}