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 `GetRouteRequest` class is used to retrieve a specific Route resource within the Google Cloud Datastream V1Alpha1 API, version 1.0.0-beta02."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer message management."],["The `GetRouteRequest` class has two constructors, a default constructor, and one that takes another `GetRouteRequest` object as a parameter, used for creating copies."],["This class includes two key properties, `Name`, a string representing the resource name, and `RouteName`, which provides a typed view over the `Name` property, offering a structured way to interact with the resource identifier."]]],[]]