Expand description
A generic protobuf service for inspect.
Modules§
- error
- Nested message and enum types in
Error
. - node
- Nested message and enum types in
Node
. - sensitivity_
level - Nested message and enum types in
SensitivityLevel
. - value_
kind - Nested message and enum types in
ValueKind
.
Structs§
- Entry
- A directory entry.
- Error
- A node resolution error.
- Inspect
Request - Inspect
Response - Inspect
Response2 - Equivalent to
InspectResponse
, but using [inspect::Node
]. These have equivalent encodings. - Node
- A node of an inspect result.
- Sensitivity
Level - 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
. - Update
Request - Update
Response - Update
Response2 - Equivalent to
InspectResponse
, but using [inspect::Value
]. These have equivalent encodings. - Value
- A child inspection value. This is not constructed directly but exists to
provide
From
implementations from the allowed value types. - Value
Flags - Flags specifying additional metadata on values.
- Value
Kind - The different kinds of values that can be emitted.