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-03-21 UTC."],[[["The `GetReservationRequest` class is part of the Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace, and is used to request information about a specific reservation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The latest version available for the `GetReservationRequest` is 3.6.0, while this page's documentation is specifically for version 2.9.0, with a range of other versions also documented."],["The `GetReservationRequest` class includes properties like `Project`, `Reservation`, and `Zone`, which are used to specify the details of the reservation being requested."],["There are two constructors available for `GetReservationRequest`, a parameterless one, and one that take another `GetReservationRequest` object."]]],[]]