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 reference documentation for the `GetRouteRequest` class within the Google Compute Engine v1 API, specifically for .NET development, across multiple versions, with the latest being 3.6.0."],["The `GetRouteRequest` class is used to request a specific Route resource and is part of the `Google.Cloud.Compute.V1` namespace found within the Google.Cloud.Compute.V1.dll assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, offering methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["There are two constructors for `GetRouteRequest`: a default one and another which takes another `GetRouteRequest` object as an argument, supporting cloning operations."],["The class contains two key properties: `Project`, which holds the project ID, and `Route`, which specifies the name of the Route resource to be retrieved, both of which are represented as strings."]]],[]]