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 a request message used for the `Routers.Get` method in version 2.0.0 of the Google.Cloud.Compute.V1 API."],["The `GetRouterRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `GetRouterRequest()` and `GetRouterRequest(GetRouterRequest other)`, for creating instances."],["It includes three key properties: `Project` (Project ID), `Region` (region name), and `Router` (name of the router resource), all of which are strings."],["The page also contains a comprehensive list of the various versions for the `GetRouterRequest` method."]]],[]]