@@ -393,7 +393,7 @@ class PbTaskProxy(_message.Message):
393393 def __init__ (self , stamp : _Optional [str ] = ..., id : _Optional [str ] = ..., task : _Optional [str ] = ..., state : _Optional [str ] = ..., cycle_point : _Optional [str ] = ..., depth : _Optional [int ] = ..., job_submits : _Optional [int ] = ..., outputs : _Optional [_Mapping [str , PbOutput ]] = ..., namespace : _Optional [_Iterable [str ]] = ..., prerequisites : _Optional [_Iterable [_Union [PbPrerequisite , _Mapping ]]] = ..., jobs : _Optional [_Iterable [str ]] = ..., first_parent : _Optional [str ] = ..., name : _Optional [str ] = ..., is_held : bool = ..., edges : _Optional [_Iterable [str ]] = ..., ancestors : _Optional [_Iterable [str ]] = ..., flow_nums : _Optional [str ] = ..., external_triggers : _Optional [_Mapping [str , PbTrigger ]] = ..., xtriggers : _Optional [_Mapping [str , PbTrigger ]] = ..., is_queued : bool = ..., is_runahead : bool = ..., flow_wait : bool = ..., runtime : _Optional [_Union [PbRuntime , _Mapping ]] = ..., graph_depth : _Optional [int ] = ..., is_retry : bool = ..., is_wallclock : bool = ..., is_xtriggered : bool = ...) -> None : ...
394394
395395class PbFamily (_message .Message ):
396- __slots__ = ("stamp" , "id" , "name" , "meta" , "depth" , "proxies" , "parents" , "child_tasks" , "child_families" , "first_parent" , "runtime" , "descendants" )
396+ __slots__ = ("stamp" , "id" , "name" , "meta" , "depth" , "proxies" , "parents" , "child_tasks" , "child_families" , "first_parent" , "runtime" )
397397 STAMP_FIELD_NUMBER : _ClassVar [int ]
398398 ID_FIELD_NUMBER : _ClassVar [int ]
399399 NAME_FIELD_NUMBER : _ClassVar [int ]
@@ -405,7 +405,6 @@ class PbFamily(_message.Message):
405405 CHILD_FAMILIES_FIELD_NUMBER : _ClassVar [int ]
406406 FIRST_PARENT_FIELD_NUMBER : _ClassVar [int ]
407407 RUNTIME_FIELD_NUMBER : _ClassVar [int ]
408- DESCENDANTS_FIELD_NUMBER : _ClassVar [int ]
409408 stamp : str
410409 id : str
411410 name : str
@@ -417,8 +416,7 @@ class PbFamily(_message.Message):
417416 child_families : _containers .RepeatedScalarFieldContainer [str ]
418417 first_parent : str
419418 runtime : PbRuntime
420- descendants : _containers .RepeatedScalarFieldContainer [str ]
421- def __init__ (self , stamp : _Optional [str ] = ..., id : _Optional [str ] = ..., name : _Optional [str ] = ..., meta : _Optional [_Union [PbMeta , _Mapping ]] = ..., depth : _Optional [int ] = ..., proxies : _Optional [_Iterable [str ]] = ..., parents : _Optional [_Iterable [str ]] = ..., child_tasks : _Optional [_Iterable [str ]] = ..., child_families : _Optional [_Iterable [str ]] = ..., first_parent : _Optional [str ] = ..., runtime : _Optional [_Union [PbRuntime , _Mapping ]] = ..., descendants : _Optional [_Iterable [str ]] = ...) -> None : ...
419+ def __init__ (self , stamp : _Optional [str ] = ..., id : _Optional [str ] = ..., name : _Optional [str ] = ..., meta : _Optional [_Union [PbMeta , _Mapping ]] = ..., depth : _Optional [int ] = ..., proxies : _Optional [_Iterable [str ]] = ..., parents : _Optional [_Iterable [str ]] = ..., child_tasks : _Optional [_Iterable [str ]] = ..., child_families : _Optional [_Iterable [str ]] = ..., first_parent : _Optional [str ] = ..., runtime : _Optional [_Union [PbRuntime , _Mapping ]] = ...) -> None : ...
422420
423421class PbFamilyProxy (_message .Message ):
424422 __slots__ = ("stamp" , "id" , "cycle_point" , "name" , "family" , "state" , "depth" , "first_parent" , "child_tasks" , "child_families" , "is_held" , "ancestors" , "states" , "state_totals" , "is_held_total" , "is_queued" , "is_queued_total" , "is_runahead" , "is_runahead_total" , "runtime" , "graph_depth" , "is_retry" , "is_wallclock" , "is_xtriggered" )
0 commit comments