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"]],[["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-07-02 UTC."],[[["The `UpdateJobRequest` class is used to update job details within the Google Cloud Scheduler v1 API."],["This class is the request message type for the `UpdateJob` method in the `CloudScheduler` service."],["The `UpdateJobRequest` class has properties like `Job` and `UpdateMask` that are used to specify the new job data and the fields that are being updated."],["The `UpdateJobRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document provided displays the history of the different versions of the `UpdateJobRequest` class, with version 3.5.0 being the latest."]]],[]]