public sealed class GetReservationRequest : IMessage<GetReservationRequest>, IEquatable<GetReservationRequest>, IDeepCloneable<GetReservationRequest>, IBufferMessage, IMessage
The request for [ReservationService.GetReservation][google.cloud.bigquery.reservation.v1.ReservationService.GetReservation].
[[["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 `GetReservationRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, used to request a specific reservation via `ReservationService.GetReservation`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available for `GetReservationRequest`, one default and another to create an instance based on another `GetReservationRequest` object."],["The class contains two key properties: `Name`, a string representing the resource name of the reservation to retrieve, and `ReservationName`, a `ReservationName`-typed view of the resource name."],["There are multiple older versions of this docuemntation, with the most up to date version being 2.7.0."]]],[]]