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-04-17 UTC."],[[["This document provides reference documentation for the `GetReservationRequest` class within the Google.Cloud.BigQuery.Reservation.V1 API, specifically version 2.5.0."],["The `GetReservationRequest` class is used to request a specific reservation from the BigQuery Reservation Service, as indicated by the `ReservationService.GetReservation` method."],["The `GetReservationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling and object management."],["The class offers two constructors, one default and another that copies an existing `GetReservationRequest` object."],["Key properties of the class include `Name`, a string representing the resource name of the reservation, and `ReservationName`, a typed view over the `Name` property for easier management of reservation names."]]],[]]