public sealed class UpdateReservationRequest : IMessage<UpdateReservationRequest>, IEquatable<UpdateReservationRequest>, IDeepCloneable<UpdateReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class UpdateReservationRequest.
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 page provides documentation for the `UpdateReservationRequest` class within the Google Cloud BigQuery Reservation v1 API, specifically version 2.1.0."],["The `UpdateReservationRequest` class is used to make requests to the `ReservationService.UpdateReservation` method for updating reservation details."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with the Google Protobuf library."],["Key properties of `UpdateReservationRequest` include `Reservation` (the content of the reservation to be updated) and `UpdateMask` (specifying which fields should be updated)."],["The page shows a historical record of the UpdateReservationRequest class including its most recent release [2.7.0] and as far back as version 1.2.0."]]],[]]