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."],[[["This webpage provides documentation for the `GetRouteRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with a list of all previous versions going down to 1.0.0 provided, along with their respective links."],["The `GetRouteRequest` class is used as a request message for retrieving route details, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two primary constructors, one empty and one that takes another `GetRouteRequest` object as a parameter to copy it, along with `Project` and `Route` properties to define the project ID and route name for the request."],["The documentation includes details about the class's inheritance, implemented interfaces, and namespace, plus links to relevant .NET documentation."]]],[]]