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."],[[["This webpage provides reference documentation for the `GetReservationRequest` class within the Google Cloud Compute Engine v1 API, specifically focusing on version 2.11.0, but also providing links to other versions."],["The `GetReservationRequest` class is used to request information about a specific reservation and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes the inheritance structure, showing that `GetReservationRequest` inherits from `object`, and lists all the members it inherits."],["The page details the constructors available for the `GetReservationRequest` class, including a default constructor and one that takes another `GetReservationRequest` as a parameter."],["Key properties of the `GetReservationRequest` are described, which include `Project`, `Reservation`, and `Zone`, each of which are strings and described as Project ID, the name of the reservation, and the zone for the request respectively."]]],[]]