Class: Google::Cloud::Video::LiveStream::V1::Event::SlateTask
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Event::SlateTask
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Inserts a slate.
Instance Attribute Summary collapse
-
#asset ⇒ ::String
Slate asset to use for the duration.
-
#duration ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#asset ⇒ ::String
Returns Slate asset to use for the duration. If its duration is less than the
duration of the SlateTask, then the slate loops. The slate must be
represented in the form of:
projects/{project}/locations/{location}/assets/{assetId}
.
595 596 597 598 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 595 class SlateTask include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::Google::Protobuf::Duration
Returns Optional. Duration of the slate. Must be greater than 0 if specified. Omit this field for a long running slate.
595 596 597 598 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 595 class SlateTask include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |