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."],[[["The `GetRouteRequest` class is a request message for retrieving route details in the Google Cloud Compute API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages and providing methods for deep cloning and equality comparison."],["The latest version available is 3.6.0, while the content also references versions as old as 1.0.0 for the `GetRouteRequest` class."],["The class has two constructors: a default constructor and one that accepts another `GetRouteRequest` object as a parameter, and includes properties for 'Project' and 'Route'."],["The `GetRouteRequest` class inherits from the base `Object` class and offers methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]