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 documentation for the `UpdateJobRequest` class within the Google Cloud Scheduler v1 API, specifically version 3.2.0."],["`UpdateJobRequest` is a request message used for updating a job through the `UpdateJob` method in the Google Cloud Scheduler API."],["The `UpdateJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `UpdateJobRequest()` and `UpdateJobRequest(UpdateJobRequest other)`, and also has two properties, `Job`, which is used to set the properties of the job to update, and `UpdateMask`, which specifies which fields of the job are being updated."],["This page also contains links to other versions of the `UpdateJobRequest` class, ranging from 2.2.0 up to 3.5.0, the latest version."]]],[]]