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."],[[["The `GetRouterRequest` class is a request message for the `Routers.Get` method in version 2.1.0 of the Google.Cloud.Compute.V1 library."],["The `GetRouterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating new instances, either empty or as a copy of an existing `GetRouterRequest` object."],["Key properties of `GetRouterRequest` include `Project`, `Region`, and `Router`, which are all string types used to specify the request details."],["The provided content includes a list of all available versions, from 1.0.0 to the latest 3.6.0 version of the library."]]],[]]