Google Cloud Deploy v1 API - Class PredeployJobRun (2.15.0)

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.

Inheritance

object > PredeployJobRun

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

PredeployJobRun()

public PredeployJobRun()

PredeployJobRun(PredeployJobRun)

public PredeployJobRun(PredeployJobRun other)
Parameter
NameDescription
otherPredeployJobRun

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

BuildAsBuildName

public BuildName BuildAsBuildName { get; set; }

BuildName-typed view over the Build resource name property.

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

FailureMessage

public string FailureMessage { get; set; }

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

Property Value
TypeDescription
string