Class TimeoutFields
TimeoutFields allows granular specification of pipeline, task, and finally timeouts
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class TimeoutFields : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Finally__
Finally sets the maximum allowed duration of this pipeline's finally
Declaration
[JsonProperty("finally")]
public virtual object Finally__ { get; set; }
Property Value
Type | Description |
---|---|
object |
Pipeline
Pipeline sets the maximum allowed duration for execution of the entire pipeline. The sum of individual timeouts for tasks and finally must not exceed this value.
Declaration
[JsonProperty("pipeline")]
public virtual object Pipeline { get; set; }
Property Value
Type | Description |
---|---|
object |
Tasks
Tasks sets the maximum allowed duration of this pipeline's tasks
Declaration
[JsonProperty("tasks")]
public virtual object Tasks { get; set; }
Property Value
Type | Description |
---|---|
object |