public sealed class UpdateAssignmentRequest : IMessage<UpdateAssignmentRequest>, IEquatable<UpdateAssignmentRequest>, IDeepCloneable<UpdateAssignmentRequest>, IBufferMessage, IMessage
The request for [ReservationService.UpdateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateAssignment].
[[["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 `UpdateAssignmentRequest` class is used to request updates for a reservation assignment within the Google Cloud BigQuery Reservation service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffered message operations."],["The latest version available is 2.7.0, and the content lists a series of older versions down to 1.2.0, all relating to the same `UpdateAssignmentRequest` functionality."],["The `UpdateAssignmentRequest` class has properties for managing the `Assignment` content and the `UpdateMask`, allowing for precise control over the update process."],["The `UpdateAssignmentRequest` class includes two constructors: a parameterless constructor for default initialization and another that accepts another `UpdateAssignmentRequest` instance for copying."]]],[]]