public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
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 webpage details the `GetRouteRequest` class, which is used to request route information in the Google Cloud Compute API."],["The `GetRouteRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly, with the most recent version being 3.6.0."],["The class inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRouteRequest` class includes properties for `Project` and `Route`, which are used to specify the project ID and the name of the route resource being requested, respectively."],["There are multiple previous versions of `GetRouteRequest` available, starting from version 1.0.0 and going all the way to 3.6.0, the latest."]]],[]]