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."],[[["The `GetReservationRequest` class is part of the Google Cloud Compute Engine v1 API, with the latest version being 3.6.0."],["This class is a request message used for retrieving reservation details within the Compute Engine, as indicated by the method description for `Reservations.Get`."],["`GetReservationRequest` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which are for handling data and messages within the API."],["The class includes properties such as `Project`, `Reservation`, and `Zone`, which are strings used to specify the project ID, the name of the reservation to be retrieved, and the zone for the request, respectively."],["The `GetReservationRequest` class has two constructors: a default one with no parameters and one that takes another `GetReservationRequest` instance to use as the parameters."]]],[]]