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