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-21 UTC."],[[["This document provides reference information for the `GetRouteRequest` class within the Google Compute Engine v1 API."],["The `GetRouteRequest` class is used to request details about a specific route, as part of the `Routes.Get` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["It includes properties like `Project` and `Route`, which are essential for specifying the target project and the name of the route to retrieve."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 up to 3.6.0, with the latest version being 3.6.0."]]],[]]