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-04-09 UTC."],[[["This document provides reference documentation for the `GetRouterRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 3.3.0."],["The `GetRouterRequest` class is used to request details about a specific router and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the inheritance and implemented members of the `GetRouterRequest` class, which inherits from `object` and has access to `GetHashCode`, `GetType`, and `ToString` methods."],["The `GetRouterRequest` class has properties for `Project`, `Region`, and `Router`, which are strings and allow for the project ID, region name, and router name to be specified, respectively, for the router request."],["The document lists all the prior versions of the same class, ranging from version 3.6.0 (latest) down to 1.0.0, all for the `GetRouterRequest` class."]]],[]]