[[["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 JobTemplateOrBuilder (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.JobTemplateOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.video.transcoder.v1.JobTemplateOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.video.transcoder.v1.JobTemplateOrBuilder) \n\n public interface JobTemplateOrBuilder 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### containsLabels(String key)\n\n public abstract boolean containsLabels(String key)\n\nThe labels associated with this job template. You can use these to organize\nand group your job templates.\n\n`map\u003cstring, string\u003e labels = 3;`\n\n### getConfig()\n\n public abstract JobConfig getConfig()\n\nThe configuration for this template.\n\n`.google.events.cloud.video.transcoder.v1.JobConfig config = 2;`\n\n### getConfigOrBuilder()\n\n public abstract JobConfigOrBuilder getConfigOrBuilder()\n\nThe configuration for this template.\n\n`.google.events.cloud.video.transcoder.v1.JobConfig config = 2;`\n\n### getLabels()\n\n public abstract Map\u003cString,String\u003e getLabels()\n\nUse [#getLabelsMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.video.transcoder.v1.JobTemplateOrBuilder#com_google_events_cloud_video_transcoder_v1_JobTemplateOrBuilder_getLabelsMap__) instead.\n\n### getLabelsCount()\n\n public abstract int getLabelsCount()\n\nThe labels associated with this job template. You can use these to organize\nand group your job templates.\n\n`map\u003cstring, string\u003e labels = 3;`\n\n### getLabelsMap()\n\n public abstract Map\u003cString,String\u003e getLabelsMap()\n\nThe labels associated with this job template. You can use these to organize\nand group your job templates.\n\n`map\u003cstring, string\u003e labels = 3;`\n\n### getLabelsOrDefault(String key, String defaultValue)\n\n public abstract String getLabelsOrDefault(String key, String defaultValue)\n\nThe labels associated with this job template. You can use these to organize\nand group your job templates.\n\n`map\u003cstring, string\u003e labels = 3;`\n\n### getLabelsOrThrow(String key)\n\n public abstract String getLabelsOrThrow(String key)\n\nThe labels associated with this job template. You can use these to organize\nand group your job templates.\n\n`map\u003cstring, string\u003e labels = 3;`\n\n### getName()\n\n public abstract String getName()\n\nThe resource name of the job template.\nFormat:\n`projects/{project_number}/locations/{location}/jobTemplates/{job_template}`\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nThe resource name of the job template.\nFormat:\n`projects/{project_number}/locations/{location}/jobTemplates/{job_template}`\n\n`string name = 1;`\n\n### hasConfig()\n\n public abstract boolean hasConfig()\n\nThe configuration for this template.\n\n`.google.events.cloud.video.transcoder.v1.JobConfig config = 2;`"]]