[[["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 JobExecutionInfoOrBuilder (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.dataflow.v1beta3.JobExecutionInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.dataflow.v1beta3.JobExecutionInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.dataflow.v1beta3.JobExecutionInfoOrBuilder) \n\n public interface JobExecutionInfoOrBuilder 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### containsStages(String key)\n\n public abstract boolean containsStages(String key)\n\nA mapping from each stage to the information about that stage.\n\n`\nmap\u003cstring, .google.events.cloud.dataflow.v1beta3.JobExecutionStageInfo\u003e stages = 1;\n`\n\n### getStages()\n\n public abstract Map\u003cString,JobExecutionStageInfo\u003e getStages()\n\nUse [#getStagesMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.dataflow.v1beta3.JobExecutionInfoOrBuilder#com_google_events_cloud_dataflow_v1beta3_JobExecutionInfoOrBuilder_getStagesMap__) instead.\n\n### getStagesCount()\n\n public abstract int getStagesCount()\n\nA mapping from each stage to the information about that stage.\n\n`\nmap\u003cstring, .google.events.cloud.dataflow.v1beta3.JobExecutionStageInfo\u003e stages = 1;\n`\n\n### getStagesMap()\n\n public abstract Map\u003cString,JobExecutionStageInfo\u003e getStagesMap()\n\nA mapping from each stage to the information about that stage.\n\n`\nmap\u003cstring, .google.events.cloud.dataflow.v1beta3.JobExecutionStageInfo\u003e stages = 1;\n`\n\n### getStagesOrDefault(String key, JobExecutionStageInfo defaultValue)\n\n public abstract JobExecutionStageInfo getStagesOrDefault(String key, JobExecutionStageInfo defaultValue)\n\nA mapping from each stage to the information about that stage.\n\n`\nmap\u003cstring, .google.events.cloud.dataflow.v1beta3.JobExecutionStageInfo\u003e stages = 1;\n`\n\n### getStagesOrThrow(String key)\n\n public abstract JobExecutionStageInfo getStagesOrThrow(String key)\n\nA mapping from each stage to the information about that stage.\n\n`\nmap\u003cstring, .google.events.cloud.dataflow.v1beta3.JobExecutionStageInfo\u003e stages = 1;\n`"]]