2025-08-16
▼ ▲ connectors.projects.locations.connections.tools.list
Path : v2/{+parent}/tools
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/tools
HTTP Method : GET
Parameters :
parent
Description : Required. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}
Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Page size.
Location : query
Type : integer
Format : int32
pageToken
Description : Page token.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists all available tools.
▼ ▲ connectors.projects.locations.connections.tools.execute
Path : v2/{+name}:execute
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/tools/{toolsId}:execute
HTTP Method : POST
Parameters :
name
Description : Required. Resource name of the Tool. Format: projects/{project}/locations/{location}/connections/{connection}/tools/{tool}
Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+/tools/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Executes a specific tool.