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-02 UTC."],[[["The `GetRouteRequest` class is part of the Google Cloud Compute Engine v1 API, specifically version 2.5.0."],["It is used to request information about a specific route via the Routes.Get method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object comparison."],["The `GetRouteRequest` class has two constructors, one default and one that takes another `GetRouteRequest` instance for copying, as well as two properties; `Project` and `Route` which are of type string."],["The webpage provides a list of all previous version documentation from version 1.0.0 up to the latest, version 3.6.0 for the `GetRouteRequest` class."]]],[]]