Google Cloud Deploy v1 API - Class VerifyJobRun (2.18.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
Name Description
other VerifyJobRun

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
Type Description
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
Type Description
string

BuildAsBuildName

public BuildName BuildAsBuildName { get; set; }

BuildName-typed view over the Build resource name property.

Property Value
Type Description
BuildName

EventLogPath

public string EventLogPath { get; set; }

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

Property Value
Type Description
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
Type Description
VerifyJobRunTypesFailureCause

FailureMessage

public string FailureMessage { get; set; }

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

Property Value
Type Description
string