Class Event (0.2.0)

Event(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes an event and a trigger URI.

Attributes

NameDescription
type_ google.cloud.video.stitcher_v1.types.Event.EventType
Describes the event that occurred.
uri str
The URI to trigger for this event.
id str
The ID of the event.
offset google.protobuf.duration_pb2.Duration
The offset in seconds if the event type is ``PROGRESS``.

Inheritance

builtins.object > proto.message.Message > Event

Classes

EventType

EventType(value)

Describes the event that occurred.