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."],[[["This webpage details the `GetRouteRequest` class, which is used to request route information in the Google Cloud Compute API, specifically within version 2.1.0 and later."],["The `GetRouteRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer management."],["The latest version of the document available for the `GetRouteRequest` is 3.6.0, with versions listed back to 1.0.0, indicating multiple version support."],["The `GetRouteRequest` class includes properties like `Project` and `Route`, allowing specification of the project ID and the route name for which information is sought."],["The `GetRouteRequest` class has two constructors, a default one and one that accepts another `GetRouteRequest` instance for initialization."]]],[]]