public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["The `UpdateJobRequest` class is used to request updates to a Cloud Dataflow job, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors: a default constructor `UpdateJobRequest()` and another that accepts an `UpdateJobRequest` object as a parameter, `UpdateJobRequest(UpdateJobRequest other)`."],["`UpdateJobRequest` has properties like `Job`, `JobId`, `Location`, and `ProjectId`, allowing specification of the job to be updated, its ID, its location, and the project it belongs to."],["The `Job` property, which is of type `Job`, specifies the updated job details, and only the job state can be modified; other fields will be ignored during an update."],["The latest version of this class is `2.0.0-beta07`, however this documentation is in reference to version `1.0.0-beta03`."]]],[]]