Animation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Animation types.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
animation_static |
google.cloud.video.transcoder_v1.types.Overlay.AnimationStatic
Display static overlay object. This field is a member of `oneof`_ ``animation_type``. |
animation_fade |
google.cloud.video.transcoder_v1.types.Overlay.AnimationFade
Display overlay object with fade animation. This field is a member of `oneof`_ ``animation_type``. |
animation_end |
google.cloud.video.transcoder_v1.types.Overlay.AnimationEnd
End previous animation. This field is a member of `oneof`_ ``animation_type``. |