Expand description
A generic protobuf service for inspect.
Modules§
- Nested message and enum types in
Error
. - Nested message and enum types in
Node
. - Nested message and enum types in
SensitivityLevel
. - Nested message and enum types in
ValueKind
.
Structs§
- A directory entry.
- A node resolution error.
- Equivalent to
InspectResponse
, but usinginspect::Node
. These have equivalent encodings. - A node of an inspect result.
- The sensitivity level for an inspection node or request. Requests will only return nodes at or below their sensitivity level. For example, a request set to
SensitivityLevel::Safe
will not return nodes withSensitivityLevel::Sensitive
orSensitivityLevel::Unknown
. - Equivalent to
InspectResponse
, but usinginspect::Value
. These have equivalent encodings. - A child inspection value. This is not constructed directly but exists to provide
From
implementations from the allowed value types. - Flags specifying additional metadata on values.
- The different kinds of values that can be emitted.