public sealed class GetReservationRequest : IMessage<GetReservationRequest>, IEquatable<GetReservationRequest>, IDeepCloneable<GetReservationRequest>, IBufferMessage, IMessage
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 used to send a request to retrieve reservation details, as documented by its method description."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with the Google.Protobuf library."],["The `GetReservationRequest` class is a part of the `Google.Cloud.Compute.V1` namespace and is included within the `Google.Cloud.Compute.V1.dll` assembly."],["There are multiple versions available for the `GetReservationRequest` class, with version `3.6.0` being the latest and ranging back to `1.0.0`, all documented with links to their respective documentation."],["It contains three key properties: `Project`, `Reservation`, and `Zone`, which are strings and required to specify the desired project, the name of the reservation, and the zone respectively."]]],[]]