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."],[[["The latest version of the `GetRouteRequest` class is 2.9.0, found within the `Google.Cloud.Datastream.V1` namespace."],["`GetRouteRequest` is a class used in the DataStream v1 API to request route information."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRouteRequest` class has two constructors: a default constructor and one that takes another `GetRouteRequest` instance as a parameter."],["It has two properties, `Name`, a string type, and `RouteName`, a `RouteName` type, to get the route information."]]],[]]