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-04-17 UTC."],[[["This webpage details the `UpdateReservationRequest` class, which is used to request the update of a reservation in the Google Cloud BigQuery Reservation service."],["The latest version of this class is 2.7.0, with the webpage primarily focusing on version 1.3.0, and multiple previous versions are listed."],["The `UpdateReservationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various Protobuf operations."],["The class has two constructors, a default constructor and one that accepts another `UpdateReservationRequest` object as a parameter to facilitate cloning, and has two modifiable properties `Reservation` and `UpdateMask`."]]],[]]