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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This page provides documentation for the `UpdateJobRequest` class within the Google Cloud Run Admin v2 API for .NET, with the current version being 2.8.0."],["The `UpdateJobRequest` class is used to send requests for updating a Job and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateJobRequest` class has properties including `AllowMissing`, which if true, allows for the creation of a new job if it does not already exist, and `ValidateOnly`, which performs validation without persisting the request or updating resources."],["There are various documented versions available, from the latest version 2.13.0, down to 1.0.0-beta02, with links to each version's specific documentation."],["The class has two constructors: one default constructor `UpdateJobRequest()` and another that takes another instance of the class, `UpdateJobRequest(UpdateJobRequest other)`."]]],[]]