Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV2Condition

Conditions defines a readiness condition for a Knative resource.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { 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

LastTransitionTime is the 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

A human readable message indicating details about the transition.

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

Reason

The reason for the condition's last transition.

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

Severity

Severity with which to treat failures of this type of condition.

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

Status

Status of the condition.

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

Type

Type of condition.

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