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-03-21 UTC."],[[["This page provides documentation for the `RunJobRequest.Types.Overrides` class within the Google Cloud Run Admin v2 API, specifically within the .NET library."],["The `RunJobRequest.Types.Overrides` class allows for the modification of execution fields in a RunJob operation."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing methods and functionality for managing and manipulating job execution overrides."],["The `ContainerOverrides` property enables per-container override specifications, while `TaskCount` allows setting the desired number of tasks for execution and `Timeout` sets a duration limit before the system terminates active tasks."],["A history of versions of the `RunJobRequest.Types.Overrides` class is available, with versions ranging from 1.0.0-beta02 up to 2.13.0, with the latest being 2.13.0."]]],[]]