public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
A request message for Routes.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-02 UTC."],[[["The `GetRouteRequest` class is a request message for retrieving route details in the Google Cloud Compute V1 API, with the latest available version being 3.6.0."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities like deep cloning and message handling."],["It inherits from the base `Object` class, utilizing several standard object methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors, one default and another for creating a copy of an existing `GetRouteRequest` object, and has two properties `Project` and `Route`, allowing you to specify the project ID and route name, respectively."],["The `Google.Cloud.Compute.V1` namespace, to which the `GetRouteRequest` class belongs, has versions available all the way down to 1.0.0."]]],[]]