public sealed class GetReservationRequest : IMessage<GetReservationRequest>, IEquatable<GetReservationRequest>, IDeepCloneable<GetReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class GetReservationRequest.
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."],[[["This document provides reference information for the `GetReservationRequest` class within the Google.Cloud.BigQuery.Reservation.V1 API."],["`GetReservationRequest` is a class used to request data via the `ReservationService.GetReservation` method."],["The latest version of the API is 2.7.0, while this specific documentation is for version 2.2.0, and other versions are available, dating back to 1.2.0."],["The `GetReservationRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `Name`, a string that contains the resource name of the reservation, and `ReservationName` which is the typed view over the `Name` property."]]],[]]