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 documentation covers the `GetReservationRequest` class within the Google Cloud Compute Engine v1 API, spanning multiple versions from 1.0.0 to 3.6.0."],["`GetReservationRequest` is a message class used for retrieving reservation details in the Compute Engine API, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features constructors for creating instances and properties such as `Project`, `Reservation`, and `Zone` to specify the details of the reservation to retrieve."],["The `GetReservationRequest` class belongs to the `Google.Cloud.Compute.V1` namespace, and the assembly `Google.Cloud.Compute.V1.dll`."],["The most recent version available is 3.6.0, while version 3.5.0 is the version from which this information was gathered."]]],[]]