public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Scheduler v1 API class UpdateJobRequest.
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 provides reference documentation for the `UpdateJobRequest` class within the Google Cloud Scheduler v1 API."],["`UpdateJobRequest` is used to update existing job properties within the Google Cloud Scheduler."],["The latest version available is 3.5.0, with documentation provided for versions ranging from 2.2.0 to 3.5.0."],["The `UpdateJobRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `UpdateJobRequest` include `Job`, which contains the new job properties, and `UpdateMask`, which is used to specify which fields are being updated."]]],[]]