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
.
Implements
IMessageDeployJobRun, IEquatableDeployJobRun, IDeepCloneableDeployJobRun, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
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; }
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 |