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."],[[["This webpage details the `GetReservationRequest` class within the `Google.Cloud.Compute.V1` namespace, a request message for retrieving reservation details in Google Cloud."],["The latest version available for the `GetReservationRequest` is 3.6.0, and versions ranging from 1.0.0 up to 3.6.0 are listed on this page, each with its own associated documentation link."],["The `GetReservationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for robust functionality."],["The class has properties for `Project`, `Reservation`, and `Zone`, which are strings that provide information to specify the reservation request."],["Two constructors exist for `GetReservationRequest`, one of which is a default constructor, while the other allows for creating an instance based on an existing `GetReservationRequest` object."]]],[]]