public sealed class UpdateBiReservationRequest : IMessage<UpdateBiReservationRequest>, IEquatable<UpdateBiReservationRequest>, IDeepCloneable<UpdateBiReservationRequest>, IBufferMessage, IMessage
[[["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 `UpdateBiReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, specifically version 1.5.0, with links to other versions."],["The `UpdateBiReservationRequest` class is used to request updates to a BI reservation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `UpdateBiReservationRequest` object for creating a new instance."],["Key properties of this class include `BiReservation` (the reservation to update) and `UpdateMask` (a list of fields that should be updated)."],["The provided content is part of the .NET API documentation for Google Cloud BigQuery Reservation, which includes a list of versioned URLs."]]],[]]