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-03-21 UTC."],[[["This document provides reference information for the `UpdateJobRequest` class within the Google Cloud Run Admin v2 API, specifically version 2.11.0."],["The `UpdateJobRequest` class is used to send requests for updating a Job in Cloud Run and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It has two constructors, `UpdateJobRequest()` and `UpdateJobRequest(UpdateJobRequest other)`, where the latter takes another `UpdateJobRequest` instance as a parameter."],["The `UpdateJobRequest` class contains properties such as `AllowMissing`, `Job`, and `ValidateOnly`, which control aspects of the job update operation like whether a non-existent job can be created or if the operation should be validated without execution."],["The latest version of the `UpdateJobRequest` is version 2.13.0 and it shows a history of versions ranging from 1.0.0-beta02 to the most recent."]]],[]]