public sealed class UpdateAssignmentRequest : IMessage<UpdateAssignmentRequest>, IEquatable<UpdateAssignmentRequest>, IDeepCloneable<UpdateAssignmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class UpdateAssignmentRequest.
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-04-17 UTC."],[[["The `UpdateAssignmentRequest` class is used to update assignments within the BigQuery Reservation API, specifically via `ReservationService.UpdateAssignment`."],["Version 2.7.0 is the latest version of this API documentation, with a range of versions from 1.2.0 up to 2.7.0 being documented."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET ecosystem."],["The class includes properties for `Assignment`, which holds the content to update, and `UpdateMask`, which specifies the fields to be modified."],["It inherits members from the `object` class, providing basic functionalities like `GetHashCode`, `GetType`, and `ToString`, and it contains constructors for creating new instances of `UpdateAssignmentRequest`."]]],[]]