public sealed class UpdateBiReservationRequest : IMessage<UpdateBiReservationRequest>, IEquatable<UpdateBiReservationRequest>, IDeepCloneable<UpdateBiReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class UpdateBiReservationRequest.
[[["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 information for the `UpdateBiReservationRequest` class within the Google Cloud BigQuery Reservation V1 API, specifically version 2.2.0."],["The `UpdateBiReservationRequest` class is used to submit a request to update a BI reservation and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `BiReservation` (a reservation to update) and `UpdateMask` (a list of fields to update), as well as constructors to create new instances."],["The latest version of this API is 2.7.0, and the documentation lists versions from 2.7.0 down to 1.2.0, each with its own link."],["This class inherits from the base object and it provides basic object features like `GetHashCode()`, `GetType()` and `ToString()` that can be used."]]],[]]