Index
frequenz.client.common.streaming ¤
Type wrappers for the generated protobuf messages.
Classes¤
frequenz.client.common.streaming.Event ¤
Bases: Enum
A type of streaming event.
Source code in src/frequenz/client/common/streaming/_event.py
Attributes¤
UNSPECIFIED
class-attribute
instance-attribute
¤
UNSPECIFIED = deprecated_member(
0,
"Event.UNSPECIFIED is deprecated; use the `int` value `0` instead if you really need to check for this low-level value.",
)
Unspecified event type.
UPDATED
class-attribute
instance-attribute
¤
Event when an existing resource is updated.