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-02 UTC."],[[["This webpage provides reference documentation for the `UpdateAssignmentRequest` class within the Google Cloud BigQuery Reservation v1 API, specifically for .NET."],["The `UpdateAssignmentRequest` class is used to update an assignment in the BigQuery Reservation service, as part of the `ReservationService.UpdateAssignment` request."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various Google Protobuf functionalities."],["Key properties of `UpdateAssignmentRequest` include `Assignment`, which holds the updated assignment content, and `UpdateMask`, which specifies the fields to be modified."],["The documentation also includes links to previous versions of the API, ranging from version 1.2.0 to 2.7.0, with 2.7.0 being the most recent."]]],[]]