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."],[[["This page provides documentation for the `GetRouteRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.3.0, and its various versions."],["The `GetRouteRequest` class is used to make a request to the Routes.Get method within the Compute Engine API, as indicated in its description."],["The `GetRouteRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google.Protobuf library."],["The class has two constructors, a default constructor and a copy constructor, and it also has two key properties: `Project`, which specifies the project ID for the request, and `Route`, which specifies the name of the Route resource."],["There are multiple versions of the `GetRouteRequest` class documented on this page, ranging from 1.0.0 up to the latest version 3.6.0, indicating the evolution of this API component."]]],[]]