Required. List of user given MuxStream.keys that should appear in this
manifest.
When Manifest.type is HLS, a media manifest with name MuxStream.key
and .m3u8 extension is generated for each element of the
Manifest.mux_streams.
Required. List of user given MuxStream.keys that should appear in this
manifest.
When Manifest.type is HLS, a media manifest with name MuxStream.key
and .m3u8 extension is generated for each element of the
Manifest.mux_streams.
Required. List of user given MuxStream.keys that should appear in this
manifest.
When Manifest.type is HLS, a media manifest with name MuxStream.key
and .m3u8 extension is generated for each element of the
Manifest.mux_streams.
Required. List of user given MuxStream.keys that should appear in this
manifest.
When Manifest.type is HLS, a media manifest with name MuxStream.key
and .m3u8 extension is generated for each element of the
Manifest.mux_streams.
[[["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-08-07 UTC."],[],[],null,["# Interface ManifestOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.video.transcoder.v1.ManifestOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.video.transcoder.v1.ManifestOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.video.transcoder.v1.ManifestOrBuilder) \n\n public interface ManifestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getFileName()\n\n public abstract String getFileName()\n\nThe name of the generated file. The default is `manifest` with the\nextension suffix corresponding to the `Manifest.type`.\n\n`string file_name = 1;`\n\n### getFileNameBytes()\n\n public abstract ByteString getFileNameBytes()\n\nThe name of the generated file. The default is `manifest` with the\nextension suffix corresponding to the `Manifest.type`.\n\n`string file_name = 1;`\n\n### getMuxStreams(int index)\n\n public abstract String getMuxStreams(int index)\n\nRequired. List of user given `MuxStream.key`s that should appear in this\nmanifest.\nWhen `Manifest.type` is `HLS`, a media manifest with name `MuxStream.key`\nand `.m3u8` extension is generated for each element of the\n`Manifest.mux_streams`.\n\n`repeated string mux_streams = 3;`\n\n### getMuxStreamsBytes(int index)\n\n public abstract ByteString getMuxStreamsBytes(int index)\n\nRequired. List of user given `MuxStream.key`s that should appear in this\nmanifest.\nWhen `Manifest.type` is `HLS`, a media manifest with name `MuxStream.key`\nand `.m3u8` extension is generated for each element of the\n`Manifest.mux_streams`.\n\n`repeated string mux_streams = 3;`\n\n### getMuxStreamsCount()\n\n public abstract int getMuxStreamsCount()\n\nRequired. List of user given `MuxStream.key`s that should appear in this\nmanifest.\nWhen `Manifest.type` is `HLS`, a media manifest with name `MuxStream.key`\nand `.m3u8` extension is generated for each element of the\n`Manifest.mux_streams`.\n\n`repeated string mux_streams = 3;`\n\n### getMuxStreamsList()\n\n public abstract List\u003cString\u003e getMuxStreamsList()\n\nRequired. List of user given `MuxStream.key`s that should appear in this\nmanifest.\nWhen `Manifest.type` is `HLS`, a media manifest with name `MuxStream.key`\nand `.m3u8` extension is generated for each element of the\n`Manifest.mux_streams`.\n\n`repeated string mux_streams = 3;`\n\n### getType()\n\n public abstract Manifest.ManifestType getType()\n\nRequired. Type of the manifest.\n\n`.google.events.cloud.video.transcoder.v1.Manifest.ManifestType type = 2;`\n\n### getTypeValue()\n\n public abstract int getTypeValue()\n\nRequired. Type of the manifest.\n\n`.google.events.cloud.video.transcoder.v1.Manifest.ManifestType type = 2;`"]]