Show / Hide Table of Contents

Class CustomCheckStatus

CustomCheckStatus contains information specific to a single iteration of a custom analysis job.

Inheritance
object
CustomCheckStatus
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 CustomCheckStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FailureCause

Output only. The reason the analysis failed. This will always be unspecified while the analysis 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 analysis failure, if available.

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

Frequency

Output only. The frequency in minutes at which the custom check is run.

Declaration
[JsonProperty("frequency")]
public virtual object Frequency { get; set; }
Property Value
Type Description
object

Id

Output only. The ID of the custom check.

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

LatestBuild

Output only. The resource name of the Cloud Build Build object that was used to execute the latest run of this custom action check. Format is projects/{project}/locations/{location}/builds/{build}.

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

Metadata

Output only. Custom metadata provided by the user-defined custom check operation. result.

Declaration
[JsonProperty("metadata")]
public virtual CustomMetadata Metadata { get; set; }
Property Value
Type Description
CustomMetadata

Task

Output only. The task that ran for this custom check.

Declaration
[JsonProperty("task")]
public virtual Task Task { get; set; }
Property Value
Type Description
Task

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX