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 the `GetReservationRequest` class is 3.6.0, within the `Google.Cloud.Compute.V1` namespace."],["The `GetReservationRequest` class is used to send a request to retrieve details about a specific reservation."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetReservationRequest` class has properties to set the project ID, the reservation name, and the zone for the request."],["Version 2.5.0 of `GetReservationRequest` includes constructors for creating new instances, one being empty and one taking a copy of another instance, alongside inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]