class documentation

class BuildIdReachability: (source)

View In Hierarchy

Contains information about the reachability of a specific Build ID

Class Variable task_queue_reachability Maps Task Queue names to the reachability status of the Build ID on that queue. If the value is an empty list, the Build ID is not reachable on that queue.
Class Variable unretrieved_task_queues If any Task Queues could not be retrieved because the server limits the number that can be queried at once, they will be listed here.

Maps Task Queue names to the reachability status of the Build ID on that queue. If the value is an empty list, the Build ID is not reachable on that queue.

unretrieved_task_queues: FrozenSet[str] = (source)

If any Task Queues could not be retrieved because the server limits the number that can be queried at once, they will be listed here.