public sealed class GetRouterRequest : IMessage<GetRouterRequest>, IEquatable<GetRouterRequest>, IDeepCloneable<GetRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRouterRequest.
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` within the `Google.Cloud.Compute.V1` namespace is version 3.6.0, as indicated at the top of the version list."],["The `GetRouterRequest` class is part of the Compute Engine v1 API and is used as a request message for the `Routers.Get` method."],["This class, `GetRouterRequest`, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data within the system."],["The `GetRouterRequest` class has three main properties: `Project` (Project ID), `Region` (name of the region), and `Router` (name of the router resource)."],["It is possible to access previous versions of the `GetRouterRequest`, all the way back to 1.0.0."]]],[]]