public sealed class GetReservationRequest : IMessage<GetReservationRequest>, IEquatable<GetReservationRequest>, IDeepCloneable<GetReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetReservationRequest.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetReservationRequest` class within the Google Cloud Compute Engine v1 API."],["The `GetReservationRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used to request details about a specific reservation."],["The latest version of this documentation is for version 3.6.0, but there is also documentation for older versions going back to version 1.0.0, all of which can be viewed."],["The `GetReservationRequest` class includes constructors and properties like `Project`, `Reservation`, and `Zone`, which allow for specifying the details of the desired reservation."],["The `GetReservationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling and data manipulation."]]],[]]