Connectors API (connectors:v2)

2025-10-11

2 new methods

Additions

    Methods
  • connectors.projects.locations.connections.resources.list

      Path : v2/{+parent}/resources

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

      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 : Optional. Page size for the request.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. Page token for the request.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Lists all available resources.

  • connectors.projects.locations.connections.resources.get

      Path : v2/{+name}

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

      HTTP Method : GET

      Parameters :

        name

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

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets a specific resource.