public sealed class UpdateReservationRequest : IMessage<UpdateReservationRequest>, IEquatable<UpdateReservationRequest>, IDeepCloneable<UpdateReservationRequest>, IBufferMessage, IMessage
The request for [ReservationService.UpdateReservation][google.cloud.bigquery.reservation.v1.ReservationService.UpdateReservation].
[[["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 `UpdateReservationRequest` class is used to request updates to a reservation within the BigQuery Reservation service."],["This class is part of the `Google.Cloud.BigQuery.Reservation.V1` namespace and is found in the `Google.Cloud.BigQuery.Reservation.V1.dll` assembly, and the latest version of this class is 2.7.0."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`, providing methods like `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."],["The class has two constructors, one default and another that takes another `UpdateReservationRequest` object as a parameter, for creating new instances."],["The `UpdateReservationRequest` class contains properties for `Reservation`, representing the content to update, and `UpdateMask`, which specifies the fields to be updated."]]],[]]