Class: Google::Cloud::Video::LiveStream::V1::Clip::ClipManifest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Clip::ClipManifest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
ClipManifest identifies a source manifest for the generated clip manifest.
Instance Attribute Summary collapse
-
#manifest_key ⇒ ::String
Required.
-
#output_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#manifest_key ⇒ ::String
Returns Required. A unique key that identifies a manifest config in the parent
channel. This key is the same as channel.manifests.key
for the selected
manifest.
745 746 747 748 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 745 class ClipManifest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_uri ⇒ ::String (readonly)
Returns Output only. The output URI of the generated clip manifest. This field will be populated when the CreateClip request is accepted. Current output format is provided below but may change in the future. Please read this field to get the uri to the generated clip manifest. Format: {clip.output_uri}/{channel.manifest.fileName} Example: gs://my-bucket/clip-outputs/main.m3u8.
745 746 747 748 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 745 class ClipManifest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |