[[["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 DeploymentJobsOrBuilder (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.deploy.v1.DeploymentJobsOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.DeploymentJobsOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.DeploymentJobsOrBuilder) \n\n public interface DeploymentJobsOrBuilder 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### getDeployJob()\n\n public abstract Job getDeployJob()\n\nOutput only. The deploy Job. This is the deploy job in the phase.\n\n`.google.events.cloud.deploy.v1.Job deploy_job = 1;`\n\n### getDeployJobOrBuilder()\n\n public abstract JobOrBuilder getDeployJobOrBuilder()\n\nOutput only. The deploy Job. This is the deploy job in the phase.\n\n`.google.events.cloud.deploy.v1.Job deploy_job = 1;`\n\n### getPostdeployJob()\n\n public abstract Job getPostdeployJob()\n\nOutput only. The postdeploy Job, which is the last job on the phase.\n\n`.google.events.cloud.deploy.v1.Job postdeploy_job = 4;`\n\n### getPostdeployJobOrBuilder()\n\n public abstract JobOrBuilder getPostdeployJobOrBuilder()\n\nOutput only. The postdeploy Job, which is the last job on the phase.\n\n`.google.events.cloud.deploy.v1.Job postdeploy_job = 4;`\n\n### getPredeployJob()\n\n public abstract Job getPredeployJob()\n\nOutput only. The predeploy Job, which is the first job on the phase.\n\n`.google.events.cloud.deploy.v1.Job predeploy_job = 3;`\n\n### getPredeployJobOrBuilder()\n\n public abstract JobOrBuilder getPredeployJobOrBuilder()\n\nOutput only. The predeploy Job, which is the first job on the phase.\n\n`.google.events.cloud.deploy.v1.Job predeploy_job = 3;`\n\n### getVerifyJob()\n\n public abstract Job getVerifyJob()\n\nOutput only. The verify Job. Runs after a deploy if the deploy succeeds.\n\n`.google.events.cloud.deploy.v1.Job verify_job = 2;`\n\n### getVerifyJobOrBuilder()\n\n public abstract JobOrBuilder getVerifyJobOrBuilder()\n\nOutput only. The verify Job. Runs after a deploy if the deploy succeeds.\n\n`.google.events.cloud.deploy.v1.Job verify_job = 2;`\n\n### hasDeployJob()\n\n public abstract boolean hasDeployJob()\n\nOutput only. The deploy Job. This is the deploy job in the phase.\n\n`.google.events.cloud.deploy.v1.Job deploy_job = 1;`\n\n### hasPostdeployJob()\n\n public abstract boolean hasPostdeployJob()\n\nOutput only. The postdeploy Job, which is the last job on the phase.\n\n`.google.events.cloud.deploy.v1.Job postdeploy_job = 4;`\n\n### hasPredeployJob()\n\n public abstract boolean hasPredeployJob()\n\nOutput only. The predeploy Job, which is the first job on the phase.\n\n`.google.events.cloud.deploy.v1.Job predeploy_job = 3;`\n\n### hasVerifyJob()\n\n public abstract boolean hasVerifyJob()\n\nOutput only. The verify Job. Runs after a deploy if the deploy succeeds.\n\n`.google.events.cloud.deploy.v1.Job verify_job = 2;`"]]