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-17 UTC."],[[["The `UpdateJobRequest` class is used to update a Job within the Cloud Run Admin v2 API."],["This class is part of the Google.Cloud.Run.V2 namespace and is available in version 2.10.0, with multiple previous versions and an existing latest version in 2.13.0."],["The `UpdateJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateJobRequest` has properties like `AllowMissing`, `Job`, and `ValidateOnly`, allowing for conditional job creation, job data updates, and request validation."],["There is a list of versioned documentation from 1.0.0-beta02 up to the latest 2.13.0 of the same UpdateJobRequest class."]]],[]]