Connectors API (connectors:v1)

2024-04-20

1 new method

Additions

    Methods
  • connectors.projects.locations.connections.search

      Path : v1/{+name}:search

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

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Parent resource of the Connection, of the form: `projects/*/locations/*/connections`

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

          Location : path

          Required : Yes

          Type : string

        query

          Description : Required. The query against which the search needs to be done.

          Location : query

          Type : string

        pageSize

          Description : Optional. The number of top matching connectors to return

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. page_token

          Location : query

          Type : string

      Parameter Order : name

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

      Description : Returns Top matching Connections for a given query.