public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class UpdateJobRequest.
Optional. If set to true, and if the Job does not exist, it will create a
new one. Caller must have both create and update permissions for this call
if this is set to true.
[[["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 webpage provides reference documentation for the `UpdateJobRequest` class within the Cloud Run Admin v2 API, specifically for version 2.12.0 of the .NET library."],["`UpdateJobRequest` is used to update a Job and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one, and another that copies from another `UpdateJobRequest` instance."],["The `UpdateJobRequest` class contains three properties: `AllowMissing`, which when true will create a job if one does not exist, `Job` which specifies the job to be updated, and `ValidateOnly` which is used to ensure the request is valid without actually updating anything."],["There are listed versions of the `UpdateJobRequest` class dating back to 1.0.0-beta02, with 2.13.0 as the most recent release."]]],[]]