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 document provides reference documentation for the `UpdateReservationRequest` class within the BigQuery Reservation v1 API."],["The `UpdateReservationRequest` class is used to request updates to a reservation via `ReservationService.UpdateReservation`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateReservationRequest` class has two properties `Reservation` and `UpdateMask` that hold the content of the reservation to be updated and a standard field mask for which fields to be updated respectively."],["Several version of the UpdateReservationRequest are available, the latest being 2.7.0, and this page focuses on version 2.2.0."]]],[]]