Class Overrides
RunJob Overrides that contains Execution fields to be overridden on the go.
Implements
Inherited Members
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? |