diag_tree_pb2
Generated protocol buffer code.
Classes:
-
DiagTree–A tree of diagnostic data
DiagTree
DiagTree(
*,
status: DiagStatus | None = ...,
list: DiagList | None = ...,
map: DiagMap | None = ...,
comment: str = ...
)
Bases: Message
A tree of diagnostic data
Returned by:
- API Reference
-
API Reference
sync_tooling_msgsdiag_tree
Classes:
Methods:
-
list–A list of diagnostic trees
-
map–A mapping of strings to diagnostic trees
-
status–A single diagnostic status
Attributes:
-
comment(str) –Metadata such as notes or parameters, that are not a diagnostic status
comment
instance-attribute
Metadata such as notes or parameters, that are not a diagnostic status
DiagList
DiagList(*, list: Iterable[Global___DiagTree] | None = ...)