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."],[[["This webpage details the `UpdateReservationRequest` class, which is used to request the update of a reservation within the `Google.Cloud.BigQuery.Reservation.V1` namespace."],["The `UpdateReservationRequest` class, found in version 2.0.0 of the library, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page covers a range of library versions, from 1.2.0 to 2.7.0 (latest), highlighting the evolution and availability of the `UpdateReservationRequest` class."],["The class has two constructors: a default constructor and another that accepts an existing `UpdateReservationRequest` object for copying, and contains properties to be used when making an update, including `Reservation` and `UpdateMask`."],["The `UpdateReservationRequest` class inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]