Show / Hide Table of Contents

Class VerifyJobRun

VerifyJobRun contains information specific to a verify JobRun.

Inheritance
object
VerifyJobRun
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class VerifyJobRun : IDirectResponseSchema

Properties

ArtifactUri

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

Declaration
[JsonProperty("artifactUri")]
public virtual string ArtifactUri { get; set; }
Property Value
Type Description
string

Build

Output only. The resource name of the Cloud Build Build object that is used to verify. Format is projects/{project}/locations/{location}/builds/{build}.

Declaration
[JsonProperty("build")]
public virtual string Build { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventLogPath

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

Declaration
[JsonProperty("eventLogPath")]
public virtual string EventLogPath { get; set; }
Property Value
Type Description
string

FailureCause

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

Declaration
[JsonProperty("failureCause")]
public virtual string FailureCause { get; set; }
Property Value
Type Description
string

FailureMessage

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

Declaration
[JsonProperty("failureMessage")]
public virtual string FailureMessage { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX