Google Cloud Deploy v1 API - Class VerifyJobRun (2.15.0)

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

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

VerifyJobRun contains information specific to a verify JobRun.

Inheritance

object > VerifyJobRun

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

VerifyJobRun()

public VerifyJobRun()

VerifyJobRun(VerifyJobRun)

public VerifyJobRun(VerifyJobRun other)
Parameter
NameDescription
otherVerifyJobRun

Properties

ArtifactUri

public string ArtifactUri { get; set; }

Output only. URI of a directory containing the verify artifacts. This contains the Skaffold event log.

Property Value
TypeDescription
string

Build

public string Build { get; set; }

Output only. The resource name of the Cloud Build Build object that is used to verify. 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

EventLogPath

public string EventLogPath { get; set; }

Output only. File path of the Skaffold event log relative to the artifact URI.

Property Value
TypeDescription
string

FailureCause

public VerifyJobRun.Types.FailureCause FailureCause { get; set; }

Output only. The reason the verify failed. This will always be unspecified while the verify is in progress or if it succeeded.

Property Value
TypeDescription
VerifyJobRunTypesFailureCause

FailureMessage

public string FailureMessage { get; set; }

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

Property Value
TypeDescription
string