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, specifically version 2.4.0."],["The `GetReservationRequest` class is used to request a specific reservation via the `ReservationService.GetReservation` method."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors and two properties: `Name`, which holds the resource name of the reservation, and `ReservationName`, which is a type-safe view over the `Name` property."],["This document includes a list of all previous versions of the Google.Cloud.BigQuery.Reservation.V1, ranging from the latest 2.7.0, down to 1.2.0."]]],[]]