Connectors API (connectors:v2)

2026-02-15

2 new methods

Additions

    Methods
  • connectors.projects.locations.connections.listCustomToolNames

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Description : Required. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}

          Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+$

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:listCustomToolNames

      Path : v2/{+name}:listCustomToolNames

      Description : Lists custom tool names.

      Parameter Order : name

  • connectors.projects.locations.connections.generateConnectionToolspecOverride

      Description : Generate toolspec override for the given list of toolNames.

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+$

          Description : Required. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v2/{+name}:generateConnectionToolspecOverride

      Parameter Order : name

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:generateConnectionToolspecOverride

      HTTP Method : POST