2026-05-16
▼ ▲ networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.patch
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}
Description : Update a GatewayAdvertisedRoute
HTTP Method : PATCH
Parameters :
updateMask
Description : Optional. In the case of an update to an existing group, field mask is used to specify the fields to be overwritten. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not provide a mask, then all fields are overwritten.
Location : query
Format : google-fieldmask
Type : string
requestId
Type : string
Description : Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Location : query
name
Required : Yes
Description : Identifier. The name of the gateway advertised route. Route names must be unique and use the following form: `projects/{project_number}/locations/{region}/spokes/{spoke}/gatewayAdvertisedRoutes/{gateway_advertised_route_id}`
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$
Path : v1/{+name}
▼ ▲ networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.list
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes
Description : List GatewayAdvertisedRoutes
HTTP Method : GET
Parameters :
filter
Type : string
Description : An expression that filters the list of results.
Location : query
parent
Pattern : ^projects/[^/]+/locations/[^/]+/spokes/[^/]+$
Type : string
Description : Required. The parent resource's name.
Location : path
Required : Yes
pageSize
Description : Optional. The maximum number of results per page that should be returned.
Location : query
Format : int32
Type : integer
pageToken
Description : Optional. A page token, received from a previous `ListGatewayAdvertisedRoutes` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGatewayAdvertisedRoutes` must match the call that provided the page token.
Location : query
Type : string
orderBy
Description : Sort the results by a certain order.
Location : query
Type : string
Path : v1/{+parent}/gatewayAdvertisedRoutes
▼ ▲ networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.get
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}
Description : Get a GatewayAdvertisedRoute
HTTP Method : GET
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$
Type : string
Required : Yes
Description : Required. The name of the gateway advertised route to get.
Location : path
Path : v1/{+name}
▼ ▲ networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.delete
HTTP Method : DELETE
Path : v1/{+name}
Parameters :
requestId
Type : string
Description : Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Location : query
name
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$
Required : Yes
Description : Required. The name of the gateway advertised route to delete.
Location : path
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a GatewayAdvertisedRoute
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}
▼ ▲ networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.create
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a GatewayAdvertisedRoute
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes
HTTP Method : POST
Path : v1/{+parent}/gatewayAdvertisedRoutes
Parameters :
requestId
Type : string
Description : Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Location : query
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/spokes/[^/]+$
Required : Yes
Description : Required. The parent resource.
Location : path
gatewayAdvertisedRouteId
Description : Required. Unique id for the route to create.
Location : query
Type : string