Event(mapping=None, *, ignore_unknown_fields=False, **kwargs)Describes an event and a trigger URI.
Attributes |
|
|---|---|
| Name | Description |
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.
|
Classes
EventType
EventType(value)Describes the event that occurred.