streaming
frequenz.client.common.streaming ¤
Type wrappers for the generated protobuf messages.
Classes¤
frequenz.client.common.streaming.Event ¤
Bases: Enum
Enum representing the type of streaming event.
Source code in frequenz/client/common/streaming/__init__.py
Attributes¤
CREATED
class-attribute
instance-attribute
¤
Event when a new resource is created.
DELETED
class-attribute
instance-attribute
¤
Event when a resource is deleted.
UNSPECIFIED
class-attribute
instance-attribute
¤
Unspecified event type.
UPDATED
class-attribute
instance-attribute
¤
Event when an existing resource is updated.