public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRouteRequest.
A request message for Routes.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-31 UTC."],[[["The latest version of the `GetRouteRequest` documentation is 3.6.0, with several prior versions available, ranging from 3.5.0 down to 1.0.0."],["`GetRouteRequest` is a class within the Compute Engine v1 API, specifically designed for handling requests for the Routes.Get method."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`GetRouteRequest` includes two constructors: a default constructor (`GetRouteRequest()`) and a copy constructor (`GetRouteRequest(GetRouteRequest other)`)."],["The class exposes properties to get and set the `Project` ID and the `Route` name."]]],[]]