public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 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 documentation covers the `GetRouteRequest` class within the Google Cloud Datastream v1alpha1 API, providing reference information and code samples."],["The `GetRouteRequest` class is used to retrieve a specific Route resource and inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available is `2.0.0-alpha05`, and older versions such as `2.0.0-alpha04` and `1.0.0-beta02` are also documented."],["Key properties of the `GetRouteRequest` class include `Name` (a string) and `RouteName` (a `RouteName` type), which are both used for identifying the specific Route resource being requested."],["The class also defines two constructors, a parameterless one and one that accepts another GetRouteRequest object as a parameter."]]],[]]