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-31 UTC."],[[["This webpage provides reference documentation for the `GetReservationRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 3.4.0."],["The `GetReservationRequest` class is used to retrieve details about a specific reservation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the constructors available for `GetReservationRequest`, including a parameter for creating a new object based on another `GetReservationRequest` instance."],["It lists the properties `Project`, `Reservation`, and `Zone`, all of type string, which are used to define the project ID, the name of the reservation to be retrieved, and the zone for the request, respectively."],["This page also contains links to every version of the `GetReservationRequest` class documentation, from 1.0.0 all the way up to the most recent version of 3.6.0."]]],[]]