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-04-09 UTC."],[[["This document provides reference documentation for the `GetRouteRequest` class within the Google.Cloud.Datastream.V1 API, detailing its properties, inheritance, and implemented interfaces."],["The `GetRouteRequest` class is designed for requesting a specific Route resource and includes a `Name` property to specify the route name and `RouteName` property which is a type-safe version over the `Name` property."],["The page outlines the class's constructors, including a default constructor and one that takes another `GetRouteRequest` object, useful for cloning or copying an existing request."],["The `GetRouteRequest` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its usage within the Google Protobuf ecosystem."],["This page also provides a breakdown of the various available versions of the `GetRouteRequest` documentation, ranging from version 1.0.0 up to the latest version 2.9.0."]]],[]]