public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Request message for [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].
[[["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-07 UTC."],[[["This webpage details the `UpdateJobRequest` class within the `Google.Cloud.Scheduler.V1` namespace, specifically version 2.3.0, used for updating job requests in Google Cloud Scheduler."],["The `UpdateJobRequest` class inherits from `Object` and implements `IMessage\u003cUpdateJobRequest\u003e`, `IEquatable\u003cUpdateJobRequest\u003e`, `IDeepCloneable\u003cUpdateJobRequest\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class has two constructors, a default one and one that takes another `UpdateJobRequest` object as a parameter."],["The `UpdateJobRequest` class includes two properties: `Job`, which represents the new job properties, and `UpdateMask`, which is used to specify which job fields are being updated."],["The webpage also provides links to documentation for various earlier versions of the Google.Cloud.Scheduler.V1 API."]]],[]]