Connectors API (connectors:v1)

2026-02-15

3 new methods

Additions

    Methods
  • connectors.projects.locations.connections.generateToolspecOverride

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:generateToolspecOverride

      HTTP Method : POST

      Description : Generates Toolspec Override for a connection for the given list of entityTypes and operations. Returns results from the db if the entityType and operation are already present.

      Parameter Order : name

      Path : v1/{+name}:generateToolspecOverride

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

      Parameters :

        name

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

          Required : Yes

          Description : Required. Resource name format: projects/{project}/locations/{location}/connections/{connection}

          Location : path

          Type : string

  • connectors.projects.locations.connections.modifyToolspecOverride

      Path : v1/{+name}:modifyToolspecOverride

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:modifyToolspecOverride

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

      Parameters :

        name

          Location : path

          Type : string

          Description : Required. Resource name format: projects/{project}/locations/{location}/connections/{connection}

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

          Required : Yes

      HTTP Method : POST

      Parameter Order : name

      Description : Updates Toolspec Override for a connection with the admin provided descriptions.

  • connectors.projects.locations.connections.removeToolspecOverride

      Path : v1/{+name}:removeToolspecOverride

      Parameters :

        name

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

          Location : path

          Required : Yes

          Type : string

          Description : Required. Resource name format: projects/{project}/locations/{location}/connections/{connection}

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

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:removeToolspecOverride

      Description : Deletes all Toolspec Override for a connection.

      HTTP Method : POST