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."],[[["This webpage provides reference documentation for the `GetReservationRequest` class within the Google Cloud Compute Engine v1 API, specifically detailing its usage within the .NET framework."],["The documentation covers a range of versions, from version 1.0.0 up to the latest version 3.6.0, and includes links to the documentation for each version."],["The `GetReservationRequest` class is used to construct a request to retrieve a specific reservation and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Project`, `Reservation`, and `Zone`, which are used to specify the details of the reservation being requested."],["The GetReservationRequest class contains two constructors, one being empty, and the other taking in another GetReservationRequest object."]]],[]]