public sealed class PostdeployJobRun : IMessage<PostdeployJobRun>, IEquatable<PostdeployJobRun>, IDeepCloneable<PostdeployJobRun>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class PostdeployJobRun.
PostdeployJobRun contains information specific to a postdeploy JobRun.
Implements
IMessagePostdeployJobRun, IEquatablePostdeployJobRun, IDeepCloneablePostdeployJobRun, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PostdeployJobRun()
public PostdeployJobRun()PostdeployJobRun(PostdeployJobRun)
public PostdeployJobRun(PostdeployJobRun other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        PostdeployJobRun | 
      
Properties
Build
public string Build { get; set; }Output only. The resource name of the Cloud Build Build object that is
used to execute the custom actions associated with the postdeploy Job.
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 PostdeployJobRun.Types.FailureCause FailureCause { get; set; }Output only. The reason the postdeploy failed. This will always be unspecified while the postdeploy is in progress or if it succeeded.
| Property Value | |
|---|---|
| Type | Description | 
PostdeployJobRunTypesFailureCause | 
        |
FailureMessage
public string FailureMessage { get; set; }Output only. Additional information about the postdeploy failure, if available.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |