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 documentation covers the `GetRouterRequest` class within the Google Cloud Compute Engine v1 API, specifically focusing on version 2.14.0, but also listing versions from 1.0.0 to 3.6.0."],["`GetRouterRequest` is used to retrieve information about a specific router, as indicated by the class's purpose, \"A request message for Routers.Get,\" along with the name, region, and project properties."],["The class `GetRouterRequest` inherits from object, and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The `GetRouterRequest` class includes constructors, one of which takes another `GetRouterRequest` as a parameter, along with three properties: `Project`, `Region`, and `Router`, which can be used to refine a request."]]],[]]