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 document provides reference information for the `UpdateJobRequest` class within the Google Cloud Scheduler v1 API, specifically version 3.3.0."],["`UpdateJobRequest` is a message used for updating jobs via the `UpdateJob` method in the Google Cloud Scheduler API, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Job`, which contains the new job properties (with its name being a required field), and `UpdateMask`, used to specify which job fields are being updated."],["The documentation specifies that output-only fields cannot be modified using UpdateJob and that specifying values for output only fields will be ignored."],["There are multiple available versions for the `UpdateJobRequest` class, with 3.5.0 being the most current."]]],[]]