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 `GetRouterRequest` class is part of the Google Cloud Compute Engine v1 API, specifically in the `Google.Cloud.Compute.V1` namespace."],["This class is used to make requests for retrieving information about a specific router, as indicated by its `Routers.Get` method description."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cGetRouterRequest\u003e`, `IDeepCloneable\u003cGetRouterRequest\u003e`, and `IBufferMessage`, showcasing its capabilities for message handling, equality comparison, deep cloning, and buffer operations."],["The `GetRouterRequest` class has properties for `Project`, `Region`, and `Router`, allowing users to specify the target project, region, and router name for the request."],["There are many versions of this class, from 1.0.0 all the way up to the most recent version, 3.6.0, showcasing its ongoing development."]]],[]]