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."],[[["The `GetReservationRequest` class is part of the Google Cloud Compute Engine v1 API, specifically in version 2.3.0 of the .NET library."],["This class is used to formulate requests for retrieving reservation details and is defined within the `Google.Cloud.Compute.V1` namespace."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various operations like message handling, equality checks, deep cloning, and buffer message processing."],["The class includes properties such as `Project`, `Reservation`, and `Zone` to specify the project ID, the name of the reservation, and the zone associated with the request."],["The documentation provides links to documentation for multiple versions, ranging from version 1.0.0 to the latest 3.6.0."]]],[]]