2024-11-14
▼ ▲ networkservices.projects.locations.gateways.routeViews.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}/routeViews/{routeViewsId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the GatewayRouteView resource. Formats: projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
Pattern : ^projects/[^/]+/locations/[^/]+/gateways/[^/]+/routeViews/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Get a single RouteView of a Gateway.
▼ ▲ networkservices.projects.locations.gateways.routeViews.list
Path : v1beta1/{+parent}/routeViews
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}/routeViews
HTTP Method : GET
Parameters :
parent
Description : Required. The Gateway to which a Route is associated. Formats: projects/{project_number}/locations/{location}/gateways/{gateway_name}
Pattern : ^projects/[^/]+/locations/[^/]+/gateways/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Maximum number of GatewayRouteViews to return per call.
Location : query
Type : integer
Format : int32
pageToken
Description : The value returned by the last `ListGatewayRouteViewsResponse` Indicates that this is a continuation of a prior `ListGatewayRouteViews` call, and that the system should return the next page of data.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists RouteViews
▼ ▲ networkservices.projects.locations.meshes.routeViews.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}/routeViews/{routeViewsId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the MeshRouteView resource. Format: projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_name}
Pattern : ^projects/[^/]+/locations/[^/]+/meshes/[^/]+/routeViews/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Get a single RouteView of a Mesh.
▼ ▲ networkservices.projects.locations.meshes.routeViews.list
Path : v1beta1/{+parent}/routeViews
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}/routeViews
HTTP Method : GET
Parameters :
parent
Description : Required. The Mesh to which a Route is associated. Format: projects/{project_number}/locations/{location}/meshes/{mesh_name}
Pattern : ^projects/[^/]+/locations/[^/]+/meshes/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Maximum number of MeshRouteViews to return per call.
Location : query
Type : integer
Format : int32
pageToken
Description : The value returned by the last `ListMeshRouteViewsResponse` Indicates that this is a continuation of a prior `ListMeshRouteViews` call, and that the system should return the next page of data.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists RouteViews