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 documentation for the `GetReservationRequest` class within the Google Cloud Compute Engine v1 API."],["The latest version available is 3.6.0, while the current page defaults to the 3.0.0 version, and there are various other versions dating back to 1.0.0 available."],["`GetReservationRequest` is used to request information about a specific reservation, implemented with multiple interfaces to allow for use with various systems."],["The `GetReservationRequest` class includes properties such as `Project`, `Reservation`, and `Zone`, which are used to specify the details of the reservation being requested."],["This API class has two constructors, the first is to initialize it, and the second is to initialize it with a copy of another `GetReservationRequest` object."]]],[]]