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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetReservationRequest\u003c/code\u003e class is used to request a specific reservation via \u003ccode\u003eReservationService.GetReservation\u003c/code\u003e within the Google Cloud BigQuery Reservation V1 service.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending its functionality and usage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetReservationRequest\u003c/code\u003e objects can be constructed using either a default constructor or a copy constructor, taking another \u003ccode\u003eGetReservationRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property of type string is required, and it specifies the resource name of the reservation to be retrieved, such as \u003ccode\u003eprojects/myproject/locations/US/reservations/team1-prod\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe property \u003ccode\u003eReservationName\u003c/code\u003e provides a typed view over the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,[]]