Interface protos.google.cloud.deploy.v1.IDeployJobRun (5.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a DeployJobRun.
Package
@google-cloud/deploy
Properties
artifact
artifact?: (google.cloud.deploy.v1.IDeployArtifact|null);
build
failureCause
failureCause?: (google.cloud.deploy.v1.DeployJobRun.FailureCause|keyof typeof google.cloud.deploy.v1.DeployJobRun.FailureCause|null);
DeployJobRun failureCause
failureMessage
failureMessage?: (string|null);
DeployJobRun failureMessage
metadata?: (google.cloud.deploy.v1.IDeployJobRunMetadata|null);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["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 protos.google.cloud.deploy.v1.IDeployJobRun (5.0.1)\n\nVersion latestkeyboard_arrow_down\n\n- [5.0.1 (latest)](/nodejs/docs/reference/deploy/latest/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [4.4.0](/nodejs/docs/reference/deploy/4.4.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [4.3.0](/nodejs/docs/reference/deploy/4.3.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [4.0.0](/nodejs/docs/reference/deploy/4.0.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [3.6.0](/nodejs/docs/reference/deploy/3.6.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [3.5.0](/nodejs/docs/reference/deploy/3.5.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [3.4.0](/nodejs/docs/reference/deploy/3.4.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [3.1.0](/nodejs/docs/reference/deploy/3.1.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [3.0.0](/nodejs/docs/reference/deploy/3.0.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [2.5.0](/nodejs/docs/reference/deploy/2.5.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [2.4.1](/nodejs/docs/reference/deploy/2.4.1/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [2.3.1](/nodejs/docs/reference/deploy/2.3.1/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [2.2.2](/nodejs/docs/reference/deploy/2.2.2/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [2.1.1](/nodejs/docs/reference/deploy/2.1.1/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [1.0.0](/nodejs/docs/reference/deploy/1.0.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun)\n- [0.2.0](/nodejs/docs/reference/deploy/0.2.0/deploy/protos.google.cloud.deploy.v1.ideployjobrun) \nProperties of a DeployJobRun.\n\nPackage\n-------\n\n[@google-cloud/deploy](../overview.html)\n\nProperties\n----------\n\n### artifact\n\n artifact?: (google.cloud.deploy.v1.IDeployArtifact|null);\n\nDeployJobRun artifact\n\n### build\n\n build?: (string|null);\n\nDeployJobRun build\n\n### failureCause\n\n failureCause?: (google.cloud.deploy.v1.DeployJobRun.FailureCause|keyof typeof google.cloud.deploy.v1.DeployJobRun.FailureCause|null);\n\nDeployJobRun failureCause\n\n### failureMessage\n\n failureMessage?: (string|null);\n\nDeployJobRun failureMessage\n\n### metadata\n\n metadata?: (google.cloud.deploy.v1.IDeployJobRunMetadata|null);\n\nDeployJobRun metadata"]]