Show / Hide Table of Contents

Class TimeoutFields

TimeoutFields allows granular specification of pipeline, task, and finally timeouts

Inheritance
object
TimeoutFields
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX