Show / Hide Table of Contents

Class GoogleCloudRunV2Condition

Defines a status condition for a resource.

Inheritance
object
GoogleCloudRunV2Condition
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.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2Condition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExecutionReason

Output only. A reason for the execution condition.

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

LastTransitionTime

object representation of LastTransitionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastTransitionTimeDateTimeOffset instead.")]
public virtual object LastTransitionTime { get; set; }
Property Value
Type Description
object

LastTransitionTimeDateTimeOffset

DateTimeOffset representation of LastTransitionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastTransitionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastTransitionTimeRaw

Last time the condition transitioned from one status to another.

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

Message

Human readable message indicating details about the current status.

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

Reason

Output only. A common (service-level) reason for this condition.

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

RevisionReason

Output only. A reason for the revision condition.

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

Severity

How to interpret failures of this condition, one of Error, Warning, Info

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

State

State of the condition.

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

Type

type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX