public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class GetRouteRequest.
The request for
[HubService.GetRoute][google.cloud.networkconnectivity.v1.HubService.GetRoute].
[[["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-24 UTC."],[[["This document provides reference information for the `GetRouteRequest` class within the Google Cloud Network Connectivity v1 API, specifically version 2.7.0, and lists other versions."],["`GetRouteRequest` is a class used to request a route via `HubService.GetRoute` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `GetRouteRequest()` and `GetRouteRequest(GetRouteRequest other)`, and properties `HubRouteName` and `Name` for resource identification."],["It inherits from the base `object` class, gaining access to methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `Name` property, which is required, is a string that specifies the name of the route resource."]]],[]]