public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["The latest version of the `GetRouteRequest` class is 2.9.0, part of the Google.Cloud.Datastream.V1 namespace, which is used for retrieving route information."],["This class, `GetRouteRequest`, is a request object used to fetch a specific route resource and is found in multiple versions, including 2.1.0, with links provided for each version."],["The `GetRouteRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message handling."],["The `GetRouteRequest` class has properties such as `Name` (a string) and `RouteName` (a RouteName type) to specify the route resource to be retrieved."],["The `GetRouteRequest` class has two constructors, a parameterless one, and one that takes another `GetRouteRequest` instance, to aid in its initialization."]]],[]]