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 `GetReservationRequest` class is part of the Google Cloud Compute Engine v1 API, specifically in the `Google.Cloud.Compute.V1` namespace."],["This class is used to request information about a specific reservation within a project and zone, as seen in its function, which is `Reservations.Get`, as well as it's properties, such as Project, Zone and Reservation."],["The latest version of the API documented is 3.6.0, but there are many prior versions available for reference, going back to 1.0.0."],["The `GetReservationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors to create a `GetReservationRequest` object, either as a default instance or by copying another `GetReservationRequest` instance, with the second parameter being the request to copy."]]],[]]