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 `GetReservationRequest` class is part of the Google Cloud Compute Engine v1 API, specifically in the `Google.Cloud.Compute.V1` namespace."],["This class is used to request information about a specific reservation within the Compute Engine service, as outlined in the description, \"A request message for Reservations.Get\"."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and compatibility with the Protobuf library."],["It provides constructors for creating instances, either default or by cloning another `GetReservationRequest`, and includes properties for `Project`, `Reservation`, and `Zone`, which are necessary for the API request."],["The documentation shows the range of version history available for this API call, starting from version 1.0.0 up to the latest 3.6.0, allowing developers to navigate through different release versions."]]],[]]