Show / Hide Table of Contents

Class Overrides

RunJob Overrides that contains Execution fields to be overridden on the go.

Inheritance
object
Overrides
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.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class Overrides : IDirectResponseSchema

Properties

ContainerOverrides

Per container override specification.

Declaration
[JsonProperty("containerOverrides")]
public virtual IList<ContainerOverride> ContainerOverrides { get; set; }
Property Value
Type Description
IList<ContainerOverride>

ETag

The ETag of the item.

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

TaskCount

The desired number of tasks the execution should run. Will replace existing task_count value.

Declaration
[JsonProperty("taskCount")]
public virtual int? TaskCount { get; set; }
Property Value
Type Description
int?

TimeoutSeconds

Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers. Will replace existing timeout_seconds value.

Declaration
[JsonProperty("timeoutSeconds")]
public virtual int? TimeoutSeconds { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX