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 latest version available for `GetReservationRequest` within the Google.Cloud.Compute.V1 API is 3.6.0, with multiple prior versions also listed."],["`GetReservationRequest` is a class used in the Compute Engine v1 API, specifically for sending a request to retrieve reservation details."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetReservationRequest` class contains properties for `Project`, `Reservation`, and `Zone`, all of which are strings."],["There are 2 constructors provided for the `GetReservationRequest` class: a parameterless version and a version taking an existing `GetReservationRequest` as a parameter."]]],[]]