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 page provides documentation for the `RunJobRequest.Types.Overrides` class within the Google Cloud Run Admin v2 API, specifically in the .NET context."],["The `RunJobRequest.Types.Overrides` class allows for the specification of execution field overrides for RunJobs, which can be configured through the use of its constructors and properties."],["The available versions for `RunJobRequest.Types.Overrides` range from the latest (2.13.0) down to 1.0.0-beta02, showing its continued development and changes over time."],["Key properties of this class include `ContainerOverrides`, which allows per-container override specifications, `TaskCount`, to define the desired number of tasks, and `Timeout`, to set task duration before timeout."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its compatibility with various .NET functionalities and patterns."]]],[]]