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 service."],["The class is part of the `Google.Cloud.BigQuery.Reservation.V1` namespace and is found in the `Google.Cloud.BigQuery.Reservation.V1.dll` assembly."],["It provides a history of different versions of the `UpdateReservationRequest`, with the most current version being 2.7.0 and going as far back as 1.2.0."],["The `UpdateReservationRequest` class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateReservationRequest` include `Reservation`, which contains the content to be updated, and `UpdateMask`, a field mask to specify which fields should be updated."]]],[]]