Class GoogleCloudRunV2Overrides
RunJob Overrides that contains Execution fields to be overridden.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2Overrides : IDirectResponseSchema
Properties
ContainerOverrides
Per container override specification.
Declaration
[JsonProperty("containerOverrides")]
public virtual IList<GoogleCloudRunV2ContainerOverride> ContainerOverrides { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRunV2ContainerOverride> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskCount
Optional. 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? |
Timeout
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("timeout")]
public virtual object Timeout { get; set; }
Property Value
Type | Description |
---|---|
object |