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."],[[["The `UpdateJobRequest` class is used to update job details within the Google Cloud Scheduler service."],["This class is part of the `Google.Cloud.Scheduler.V1` namespace and is included in the `Google.Cloud.Scheduler.V1.dll` assembly."],["The latest version of `UpdateJobRequest` is 3.5.0, but versions back to 2.2.0 are available for reference."],["The `UpdateJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["Key properties of the `UpdateJobRequest` include `Job`, which contains the new job properties, and `UpdateMask`, which specifies the fields being updated."]]],[]]