public sealed class GetRouterRequest : IMessage<GetRouterRequest>, IEquatable<GetRouterRequest>, IDeepCloneable<GetRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class GetRouterRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GetRouterRequest` class is part of the Distributed Cloud Edge Network v1 API, specifically in the `Google.Cloud.EdgeNetwork.V1` namespace."],["This class is designed for requesting a router resource and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions available, with 1.4.0 being the latest, and a history going back to version 1.0.0 for the `GetRouterRequest`."],["The `GetRouterRequest` class has two constructors, one being a parameterless constructor and the other taking a `GetRouterRequest` object as a parameter, allowing object copying."],["It includes two properties: `Name`, which is a required string representing the resource name, and `RouterName`, which is a `RouterName`-typed view of the `Name` property."]]],[]]