Google Cloud Deploy v1 API - Class PostdeployJobRun (2.15.0)

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

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

PostdeployJobRun contains information specific to a postdeploy JobRun.

Inheritance

object > PostdeployJobRun

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PostdeployJobRun()

public PostdeployJobRun()

PostdeployJobRun(PostdeployJobRun)

public PostdeployJobRun(PostdeployJobRun other)
Parameter
NameDescription
otherPostdeployJobRun

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
TypeDescription
string

BuildAsBuildName

public BuildName BuildAsBuildName { get; set; }

BuildName-typed view over the Build resource name property.

Property Value
TypeDescription
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
TypeDescription
PostdeployJobRunTypesFailureCause

FailureMessage

public string FailureMessage { get; set; }

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

Property Value
TypeDescription
string