public sealed class GetReservationRequest : IMessage<GetReservationRequest>, IEquatable<GetReservationRequest>, IDeepCloneable<GetReservationRequest>, IBufferMessage, IMessage
A request message for Reservations.Get. See the method description for details.
[[["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 page details the `GetReservationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving reservation details in Google Cloud Compute."],["The latest version of the `Google.Cloud.Compute.V1` package is 3.6.0, with previous versions dating back to 1.0.0, all of which can be referenced on the page."],["The `GetReservationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetReservationRequest` class has properties for `Project`, `Reservation`, and `Zone`, which are used to specify the details of the reservation to be retrieved."],["The `GetReservationRequest` class has 2 constructors that can be used, one with no parameters, and the other with a `GetReservationRequest` parameter."]]],[]]