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-02 UTC."],[[["This page details the `GetRouterRequest` class, which is a request message for the `Routers.Get` method within the `Google.Cloud.Compute.V1` namespace."],["The latest version documented is 3.6.0, with the page providing links to documentation for versions ranging from 3.6.0 down to 1.0.0, all of which relate to the `GetRouterRequest` type."],["`GetRouterRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable\u003cGetRouterRequest\u003e`, `IDeepCloneable\u003cGetRouterRequest\u003e`, and `IBufferMessage`."],["The `GetRouterRequest` class contains three primary properties: `Project`, `Region`, and `Router`, all of type `String`, which are used to specify the request details."],["The class provides two constructors, a parameterless constructor, and one that accepts another `GetRouterRequest` object."]]],[]]