public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class GetRouteRequest.
[[["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."],[[["This webpage provides documentation for the `GetRouteRequest` class within the Google Cloud Datastream v1 API, specifically version 2.3.0, with links to other versions as well."],["`GetRouteRequest` is a class used to request a specific route and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides methods such as `GetHashCode`, `GetType`, and `ToString`, and it can be constructed either as a default object or by copying another `GetRouteRequest` instance."],["`GetRouteRequest` has two properties: `Name`, which is a string representing the name of the route, and `RouteName`, which is a `RouteName`-typed view over the `Name` property, to represent the name of the route resource."]]],[]]