Google Cloud Deploy v1 API - Class DeployJobRun (2.15.0)

public sealed class DeployJobRun : IMessage<DeployJobRun>, IEquatable<DeployJobRun>, IDeepCloneable<DeployJobRun>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class DeployJobRun.

DeployJobRun contains information specific to a deploy JobRun.

Inheritance

object > DeployJobRun

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

DeployJobRun()

public DeployJobRun()

DeployJobRun(DeployJobRun)

public DeployJobRun(DeployJobRun other)
Parameter
Name Description
other DeployJobRun

Properties

Artifact

public DeployArtifact Artifact { get; set; }

Output only. The artifact of a deploy job run, if available.

Property Value
Type Description
DeployArtifact

Build

public string Build { get; set; }

Output only. The resource name of the Cloud Build Build object that is used to deploy. Format is projects/{project}/locations/{location}/builds/{build}.

Property Value
Type Description
string

BuildAsBuildName

public BuildName BuildAsBuildName { get; set; }

BuildName-typed view over the Build resource name property.

Property Value
Type Description
BuildName

FailureCause

public DeployJobRun.Types.FailureCause FailureCause { get; set; }

Output only. The reason the deploy failed. This will always be unspecified while the deploy is in progress or if it succeeded.

Property Value
Type Description
DeployJobRunTypesFailureCause

FailureMessage

public string FailureMessage { get; set; }

Output only. Additional information about the deploy failure, if available.

Property Value
Type Description
string

Metadata

public DeployJobRunMetadata Metadata { get; set; }

Output only. Metadata containing information about the deploy job run.

Property Value
Type Description
DeployJobRunMetadata