Developer Connect API (developerconnect:v1)

2026-03-18

1 new method

Additions

    Methods
  • developerconnect.projects.locations.accountConnectors.fetchUserRepositories

      Path : v1/{+accountConnector}:fetchUserRepositories

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}:fetchUserRepositories

      HTTP Method : GET

      Parameters :

        accountConnector

          Description : Required. The name of the Account Connector resource in the format: `projects/*/locations/*/accountConnectors/*`.

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Number of results to return in the list. Defaults to 20.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. Page start.

          Location : query

          Type : string

        repository

          Description : Optional. The name of the repository. When specified, only the UserRepository with this name will be returned if the repository is accessible under this Account Connector for the calling user.

          Location : query

          Type : string

      Parameter Order : accountConnector

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

      Description : FetchUserRepositories returns a list of UserRepos that are available for an account connector resource.