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.
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 documentation for the `UpdateJobRequest` class within the Google Cloud Run Admin v2 API, specifically for the .NET framework."],["The `UpdateJobRequest` class is used to send a request message for updating a Job and is part of the `Google.Cloud.Run.V2` namespace within the Google Cloud .NET library."],["The page lists available versions of the `UpdateJobRequest` class, ranging from the latest 2.13.0 down to 1.0.0-beta02, detailing the versioning from v2.0.0."],["Key properties of the `UpdateJobRequest` class include `AllowMissing`, `Job` and `ValidateOnly`, which control creation, data, and validation of the update request."],["The `UpdateJobRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and contains both a default and an overloaded constructor accepting the request as a parameter."]]],[]]