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-03-21 UTC."],[[["The `GetReservationRequest` class is used to request a specific reservation via `ReservationService.GetReservation` within the Google Cloud BigQuery Reservation V1 service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usage."],["`GetReservationRequest` objects can be constructed using either a default constructor or a copy constructor, taking another `GetReservationRequest` as a parameter."],["The `Name` property of type string is required, and it specifies the resource name of the reservation to be retrieved, such as `projects/myproject/locations/US/reservations/team1-prod`."],["The property `ReservationName` provides a typed view over the `Name` property."]]],[]]