public sealed class UpdateJobRequest : IMessage<UpdateJobRequest>, IEquatable<UpdateJobRequest>, IDeepCloneable<UpdateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class UpdateJobRequest.
[[["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."],[[["This page provides documentation for the `UpdateJobRequest` class within the Dataflow v1beta3 API for .NET, which is used to request updates to a Cloud Dataflow job."],["The latest version of `UpdateJobRequest` is 2.0.0-beta07, with previous versions 2.0.0-beta06 and 1.0.0-beta03 also available."],["The `UpdateJobRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `UpdateJobRequest` include `Job`, `JobId`, `Location`, and `ProjectId`, which provide details about the job to be updated."],["The class provides two constructors, one default and one to construct from another `UpdateJobRequest` object."]]],[]]