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 document provides reference documentation for the `UpdateJobRequest` class within the Dataflow v1beta3 API, specifically version 2.0.0-beta06."],["The `UpdateJobRequest` class is used to send requests to update a Cloud Dataflow job, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `Job`, `JobId`, `Location`, and `ProjectId`, allowing manipulation of values related to a job that is being updated."],["The `UpdateJobRequest` class has two constructors, a default constructor, and a constructor taking an existing `UpdateJobRequest` object as a parameter."],["There are 3 versions available of this API, with the latest being 2.0.0-beta07."]]],[]]