URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4).
If empty, the value is populated from Job.input_uri. See
Supported input and output
formats.
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4).
If empty, the value is populated from Job.input_uri. See
Supported input and output
formats.
[[["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 InputOrBuilder (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.InputOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.video.transcoder.v1.InputOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.video.transcoder.v1.InputOrBuilder) \n\n public interface InputOrBuilder 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### getKey()\n\n public abstract String getKey()\n\nA unique key for this input. Must be specified when using advanced\nmapping and edit lists.\n\n`string key = 1;`\n\n### getKeyBytes()\n\n public abstract ByteString getKeyBytes()\n\nA unique key for this input. Must be specified when using advanced\nmapping and edit lists.\n\n`string key = 1;`\n\n### getPreprocessingConfig()\n\n public abstract PreprocessingConfig getPreprocessingConfig()\n\nPreprocessing configurations.\n\n`.google.events.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;\n`\n\n### getPreprocessingConfigOrBuilder()\n\n public abstract PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder()\n\nPreprocessing configurations.\n\n`.google.events.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;\n`\n\n### getUri()\n\n public abstract String getUri()\n\nURI of the media. Input files must be at least 5 seconds in duration and\nstored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).\nIf empty, the value is populated from `Job.input_uri`. See\n[Supported input and output\nformats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).\n\n`string uri = 2;`\n\n### getUriBytes()\n\n public abstract ByteString getUriBytes()\n\nURI of the media. Input files must be at least 5 seconds in duration and\nstored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).\nIf empty, the value is populated from `Job.input_uri`. See\n[Supported input and output\nformats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).\n\n`string uri = 2;`\n\n### hasPreprocessingConfig()\n\n public abstract boolean hasPreprocessingConfig()\n\nPreprocessing configurations.\n\n`.google.events.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;\n`"]]