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-03-21 UTC."],[[["This webpage details the `GetRouterRequest` class, which is used to request information about a specific router resource in Google Cloud Compute."],["The latest version of this class is 3.6.0, while this specific page focuses on version 1.2.0 and it provides links to numerous previous versions, down to version 1.0.0."],["The `GetRouterRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `GetRouterRequest` object as a parameter for cloning."],["It includes properties such as `Project`, `Region`, and `Router`, which are all strings, to define the scope of the request and the specific router being targeted."]]],[]]