@doc Whether the filters are combined with AND.
filters
@$pb.TagNumber(2) $core.bool get isAnd => $_getBF(1);
@$pb.TagNumber(2) set isAnd($core.bool value) => $_setBool(1, value);