public sealed class GatewayRouteView : IMessage<GatewayRouteView>, IEquatable<GatewayRouteView>, IDeepCloneable<GatewayRouteView>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class GatewayRouteView.
GatewayRouteView defines view-only resource for Routes to a Gateway
Output only. Identifier. Full path name of the GatewayRouteView resource.
Format:
projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Network Services v1 API - Class GatewayRouteView (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.GatewayRouteView)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.2.0/Google.Cloud.NetworkServices.V1.GatewayRouteView)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.1.0/Google.Cloud.NetworkServices.V1.GatewayRouteView)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.0.0/Google.Cloud.NetworkServices.V1.GatewayRouteView) \n\n public sealed class GatewayRouteView : IMessage\u003cGatewayRouteView\u003e, IEquatable\u003cGatewayRouteView\u003e, IDeepCloneable\u003cGatewayRouteView\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Network Services v1 API class GatewayRouteView.\n\nGatewayRouteView defines view-only resource for Routes to a Gateway \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GatewayRouteView \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GatewayRouteView](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.GatewayRouteView), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GatewayRouteView](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.GatewayRouteView), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GatewayRouteView](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.GatewayRouteView), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.NetworkServices.V1](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetworkServices.V1.dll\n\nConstructors\n------------\n\n### GatewayRouteView()\n\n public GatewayRouteView()\n\n### GatewayRouteView(GatewayRouteView)\n\n public GatewayRouteView(GatewayRouteView other)\n\nProperties\n----------\n\n### GatewayRouteViewName\n\n public GatewayRouteViewName GatewayRouteViewName { get; set; }\n\n[GatewayRouteViewName](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.GatewayRouteViewName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.GatewayRouteView#Google_Cloud_NetworkServices_V1_GatewayRouteView_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. Identifier. Full path name of the GatewayRouteView resource.\nFormat:\nprojects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}\n\n### RouteId\n\n public string RouteId { get; set; }\n\nOutput only. The resource id for the route.\n\n### RouteLocation\n\n public string RouteLocation { get; set; }\n\nOutput only. Location where the route exists.\n\n### RouteProjectNumber\n\n public long RouteProjectNumber { get; set; }\n\nOutput only. Project number where the route exists.\n\n### RouteType\n\n public string RouteType { get; set; }\n\nOutput only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute"]]