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."],[[["The documentation provides a comprehensive list of versions for the `GetRouteRequest` class within the Google.Cloud.Compute.V1 API, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `GetRouteRequest` class is a request message used for retrieving information about routes in the Compute Engine v1 API and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetRouteRequest` class has two constructors, one being a default constructor and the other which takes another instance of the `GetRouteRequest` class as a parameter."],["The class also includes properties like `Project` and `Route`, which are of type string and represent the project ID and the name of the route resource, respectively, both of which are required to get the route."],["The documentation provides version specific information of the class `GetRouteRequest` such as its implementation and use, within the namespace `Google.Cloud.Compute.V1`."]]],[]]