ancestorIds property

  1. @TagNumber(31)
List<Int64> ancestorIds

IDs of the build's ancestors. This includes all parents/grandparents/etc. This is ordered from top-to-bottom so ancestor_ids[0] is the root of the builds tree, and ancestor_ids[-1] is this build's immediate parent. This does not include any "siblings" at higher levels of the tree, just the direct chain of ancestors from root to this build.

Implementation

@$pb.TagNumber(31)
$core.List<$fixnum.Int64> get ancestorIds => $_getList(26);