public sealed class PredeployJobRun : IMessage<PredeployJobRun>, IEquatable<PredeployJobRun>, IDeepCloneable<PredeployJobRun>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class PredeployJobRun.
PredeployJobRun contains information specific to a predeploy JobRun
.
Implements
IMessagePredeployJobRun, IEquatablePredeployJobRun, IDeepCloneablePredeployJobRun, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
PredeployJobRun()
public PredeployJobRun()
PredeployJobRun(PredeployJobRun)
public PredeployJobRun(PredeployJobRun other)
Parameter | |
---|---|
Name | Description |
other |
PredeployJobRun |
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 predeploy 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 PredeployJobRun.Types.FailureCause FailureCause { get; set; }
Output only. The reason the predeploy failed. This will always be unspecified while the predeploy is in progress or if it succeeded.
Property Value | |
---|---|
Type | Description |
PredeployJobRunTypesFailureCause |
FailureMessage
public string FailureMessage { get; set; }
Output only. Additional information about the predeploy failure, if available.
Property Value | |
---|---|
Type | Description |
string |