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-04-09 UTC."],[[["The `GetRouteRequest` class is used to request information about a specific route within the Google Cloud Compute service, and it is part of the `Google.Cloud.Compute.V1` namespace."],["This request class is available across multiple versions, ranging from version 1.0.0 to the latest version, 3.6.0, of the .NET library, each version is a link to the `GetRouteRequest` for that respective version."],["`GetRouteRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes properties such as `Project` and `Route`, which are used to specify the project ID and the name of the route being requested, respectively, both are of type `String`."],["There are two constructors available, a default constructor and a copy constructor that takes another `GetRouteRequest` object as a parameter."]]],[]]