Class: Google::Cloud::Video::LiveStream::V1::Event::AdBreakTask
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Event::AdBreakTask
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Inserts a new ad opportunity.
Instance Attribute Summary collapse
-
#duration ⇒ ::Google::Protobuf::Duration
Duration of an ad opportunity.
Instance Attribute Details
#duration ⇒ ::Google::Protobuf::Duration
Returns Duration of an ad opportunity. Must be greater than 0.
579 580 581 582 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 579 class AdBreakTask include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |