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-24 UTC."],[[["This webpage details the `GetReservationRequest` class, which is used to request reservation information within the Google Cloud Compute V1 API."],["The `GetReservationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in handling structured messages."],["The class has a variety of available version releases, from version 1.0.0 to the latest release, version 3.6.0, showing the development history of this request."],["It includes properties for `Project`, `Reservation`, and `Zone`, which are used to specify the target project, the name of the reservation, and the location for the request, respectively."],["This class provides two constructors, the default `GetReservationRequest()` and the `GetReservationRequest(GetReservationRequest other)` allowing the user to create a new request, or clone from an existing request."]]],[]]