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 documentation provides a comprehensive list of versions for the `GetRouteRequest` class within the Google.Cloud.Compute.V1 namespace, ranging from version 1.0.0 up to the latest 3.6.0."],["The `GetRouteRequest` class is used as a request message for the `Routes.Get` method in the Compute Engine v1 API, and is found within the Google.Cloud.Compute.V1 assembly."],["This class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRouteRequest` class has two constructors: one default and one that takes another `GetRouteRequest` object as a parameter."],["The class has two properties, `Project` and `Route`, which are strings representing the project ID and the route name respectively, allowing for the configuration of the request."]]],[]]