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."],[[["The latest version available for `GetRouterRequest` is 3.6.0, with historical versions dating back to 1.0.0."],["`GetRouterRequest` is a class used for retrieving information about a specific router, as indicated by its inheritance and implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRouterRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly."],["The class contains three properties `Project`, `Region`, and `Router` which are all of string type and is used to specify the target project, region, and name of the router."],["There are two constructors available for the `GetRouterRequest` class: one default constructor and another that accepts a `GetRouterRequest` object as a parameter."]]],[]]