Class ChildStatusReference
ChildStatusReference is used to point to the statuses of individual TaskRuns and Runs within this PipelineRun.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class ChildStatusReference : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name is the name of the TaskRun or Run this is referencing.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PipelineTaskName
PipelineTaskName is the name of the PipelineTask this is referencing.
Declaration
[JsonProperty("pipelineTaskName")]
public virtual string PipelineTaskName { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Output only. Type of the child reference.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
WhenExpressions
WhenExpressions is the list of checks guarding the execution of the PipelineTask
Declaration
[JsonProperty("whenExpressions")]
public virtual IList<WhenExpression> WhenExpressions { get; set; }
Property Value
Type | Description |
---|---|
IList<WhenExpression> |