public sealed class Clip.Types.ClipManifest : IMessage<Clip.Types.ClipManifest>, IEquatable<Clip.Types.ClipManifest>, IDeepCloneable<Clip.Types.ClipManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Clip.Types.ClipManifest.
ClipManifest identifies a source manifest for the generated clip manifest.
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.
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Clip.Types.ClipManifest` class within the Google Cloud Live Stream v1 API, detailing its structure and functionality."],["The `Clip.Types.ClipManifest` class, part of the `Google.Cloud.Video.LiveStream.V1` namespace, is used to identify source manifests for generated clip manifests."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The latest version of the class is 1.8.0, and previous versions ranging from 1.0.0 to 1.7.0 are also available with links to their respective documentation."],["`Clip.Types.ClipManifest` contains properties such as `ManifestKey` (a unique identifier) and `OutputUri` (the URI for the generated clip manifest), along with constructors for creating new instances of the class."]]],[]]