public sealed class GetRouterRequest : IMessage<GetRouterRequest>, IEquatable<GetRouterRequest>, IDeepCloneable<GetRouterRequest>, IBufferMessage, IMessage
A request message for Routers.Get. See the method description for details.
[[["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."],[[["The `GetRouterRequest` class is used to send a request to retrieve details of a specific router within the Google Cloud Compute Engine."],["This page provides documentation for the `GetRouterRequest` class across various versions, ranging from the latest 3.6.0 down to 1.0.0, allowing you to select the version you need."],["The class inherits properties from other objects and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling certain functionnalities."],["The `GetRouterRequest` class has properties for specifying the `Project`, `Region`, and `Router` name, all of which are required to request specific router information."],["The class provides two available constructors: a default one `GetRouterRequest()` and one that takes in another `GetRouterRequest` object as a parameter, allowing to copy its state."]]],[]]