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 document outlines the `UpdateReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, used for updating reservations via the `ReservationService.UpdateReservation` method."],["The `UpdateReservationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with Protobuf message structures and supporting deep cloning."],["This document covers versions 1.2.0 up to the latest version, 2.7.0, of `UpdateReservationRequest`, offering detailed insights into the evolution of the class."],["The `UpdateReservationRequest` class has two constructors: one default, and another that accepts an `UpdateReservationRequest` object, for copying instances."],["It includes two properties, `Reservation`, specifying the reservation details to update, and `UpdateMask`, indicating the specific fields that will be modified."]]],[]]