Show / Hide Table of Contents

Class PipelineCondition

PipelineCondition contains all conditions relevant to a Delivery Pipeline.

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

Properties

ETag

The ETag of the item.

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

PipelineReadyCondition

Details around the Pipeline's overall status.

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

TargetsPresentCondition

Details around targets enumerated in the pipeline.

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

TargetsTypeCondition

Details on the whether the targets enumerated in the pipeline are of the same type.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX