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 webpage details the `GetRouterRequest` class within the `Google.Cloud.Compute.V1` namespace, providing documentation for its use in .NET."],["The content covers multiple versions of the `GetRouterRequest` class, ranging from version 1.0.0 up to the latest version, 3.6.0, with links to each."],["The `GetRouterRequest` class is a request message for the `Routers.Get` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRouterRequest` class has properties for `Project`, `Region`, and `Router`, each requiring a string value to properly return a router resource."],["The page provides details on the available constructors for the `GetRouterRequest` class, and what they do."]]],[]]