class documentation
Undocumented
| Constant | __PROTO |
Protobuf enum descriptor from the registry. |
| Constant | __PROTO |
Fully qualified protobuf enum name. |
| Constant | DEBUG |
A debug event providing detailed insight. Such events are used to debug problems with specific resource(s) and process(es) |
| Constant | ERROR |
Error event. Indicates a serious problem with the API resource and/or the corresponding processes. Requires immediate user action |
| Constant | INFO |
A normal event or state change. Informs what is happening with the API resource. Does not require user attention or interaction |
| Constant | UNSPECIFIED |
Unspecified event severity level |
| Constant | WARN |
Warning event. Indicates a potential or minor problem with the API resource and/or the corresponding processes. Needs user attention, but requires no immediate action (yet) |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
| Constant | __PB2 |
Alias for code that expects a protobuf descriptor. |
| Constant | __REGISTRY__ |
Registry for the enum and its descriptor. |
| Class Method | _missing_ |
Represent unknown open-enum numbers without losing their value. |
Protobuf enum descriptor from the registry.
| Value |
|
A debug event providing detailed insight. Such events are used to debug problems with specific resource(s) and process(es)
| Value |
|
Error event. Indicates a serious problem with the API resource and/or the corresponding processes. Requires immediate user action
| Value |
|