Anthos Service Mesh and Traffic Director are now Cloud Service Mesh. For more information, see the Cloud Service Mesh overview.

REST Resource: projects.locations.meshes.routeViews

Resource: MeshRouteView

MeshRouteView defines view-only resource for Routes to a Mesh

JSON representation
{
 "name": string,
 "routeProjectNumber": string,
 "routeLocation": string,
 "routeType": string,
 "routeId": string
}
Fields
name

string

Output only. Identifier. Full path name of the MeshRouteView resource. Format: projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_name}

routeProjectNumber

string (int64 format)

Output only. Project number where the route exists.

routeLocation

string

Output only. Location where the route exists.

routeType

string

Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute

routeId

string

Output only. The resource id for the route.

Methods

get

Get a single RouteView of a Mesh.

list

Lists RouteViews

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月18日 UTC.