public sealed class GetBiReservationRequest : IMessage<GetBiReservationRequest>, IEquatable<GetBiReservationRequest>, IDeepCloneable<GetBiReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class GetBiReservationRequest.
[[["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 webpage provides documentation for the `GetBiReservationRequest` class within the Google.Cloud.BigQuery.Reservation.V1 API for .NET."],["The `GetBiReservationRequest` class is a request to retrieve a specific BI reservation and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of this class available is 2.7.0, and it goes all the way down to version 1.2.0, with links to each of their respective documentations."],["Key properties of the `GetBiReservationRequest` include `Name`, which is a string representing the resource name of the requested reservation, and `BiReservationName` which is a typed view over the name property."],["The class has 2 constructors available, one default and one that accepts another `GetBiReservationRequest` object as a parameter, and also contains various inherited members that are accessible."]]],[]]