public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRouteRequest.
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-09 UTC."],[[["This page provides reference documentation for the `GetRouteRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.6.0."],["The `GetRouteRequest` class is used to request details of a specific route and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's inheritance, showing that it derives from the `Object` class and lists all the inherited members, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It details two constructors for the `GetRouteRequest` class, one parameterless and one that takes another `GetRouteRequest` object, and further explains the classes `Project` and `Route` properties and their descriptions."],["This content also details a long list of previous versions of this API, with version 3.6.0 being the latest and version 1.0.0 being the oldest."]]],[]]