Class: Google::Cloud::Video::LiveStream::V1::Event::SlateTask

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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}.



677
678
679
680
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 677

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.

Returns:

  • (::Google::Protobuf::Duration)

    Optional. Duration of the slate. Must be greater than 0 if specified. Omit this field for a long running slate.



677
678
679
680
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 677

class SlateTask
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end