allDescendants property

  1. @TagNumber(3)
bool get allDescendants

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);
  1. @TagNumber(3)
set allDescendants (bool v)

Implementation

@$pb.TagNumber(3)
set allDescendants($core.bool v) {
  $_setBool(1, v);
}