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 on the go.
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 document provides reference documentation for the `RunJobRequest.Types.Overrides` class within the Cloud Run Admin v2 API, specifically in the .NET context."],["The `RunJobRequest.Types.Overrides` class allows for the overriding of execution fields in RunJob requests, including containers, task count, and task timeouts, among other properties."],["This class is available across multiple versions, starting from `1.0.0-beta02`, with the latest being `2.13.0`, each with its own link."],["`RunJobRequest.Types.Overrides` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, deep cloning, and buffer management."],["The class includes properties like `ContainerOverrides`, `TaskCount`, and `Timeout`, allowing users to modify specific runtime parameters of Cloud Run jobs."]]],[]]