public sealed class RunJobRequest.Types.Overrides : IMessage<RunJobRequest.Types.Overrides>, IEquatable<RunJobRequest.Types.Overrides>, IDeepCloneable<RunJobRequest.Types.Overrides>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class RunJobRequest.Types.Overrides.
RunJob Overrides that contains Execution fields to be overridden.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `RunJobRequest.Types.Overrides` class within the Google Cloud Run Admin v2 API, detailing its structure and functionalities."],["The `RunJobRequest.Types.Overrides` class is used to specify overrides for execution fields within a RunJob operation, including inheritance from the base object and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `ContainerOverrides`, which allows for per-container override specifications, `TaskCount` which allows for the specification of the number of tasks the execution should run, and `Timeout` that allows for the duration in seconds a task can be active before failing."],["The `Overrides` class provides two constructors: a default `Overrides()` constructor and another `Overrides(RunJobRequest.Types.Overrides other)` constructor for copying existing overrides."],["This document lists all of the versions available for the `RunJobRequest.Types.Overrides` in a listed format, from the latest at 2.13.0 all the way to 1.0.0-beta02."]]],[]]