Class DeployJobRun
DeployJobRun contains information specific to a deploy JobRun
.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class DeployJobRun : IDirectResponseSchema
Properties
Artifact
Output only. The artifact of a deploy job run, if available.
Declaration
[JsonProperty("artifact")]
public virtual DeployArtifact Artifact { get; set; }
Property Value
Type | Description |
---|---|
DeployArtifact |
Build
Output only. The resource name of the Cloud Build Build
object that is used to deploy. Format is
projects/{project}/locations/{location}/builds/{build}
.
Declaration
[JsonProperty("build")]
public virtual string Build { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailureCause
Output only. The reason the deploy failed. This will always be unspecified while the deploy is in progress or if it succeeded.
Declaration
[JsonProperty("failureCause")]
public virtual string FailureCause { get; set; }
Property Value
Type | Description |
---|---|
string |
FailureMessage
Output only. Additional information about the deploy failure, if available.
Declaration
[JsonProperty("failureMessage")]
public virtual string FailureMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Output only. Metadata containing information about the deploy job run.
Declaration
[JsonProperty("metadata")]
public virtual DeployJobRunMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
DeployJobRunMetadata |