Skip to main content

connections_linkable_repositories

Creates, updates, deletes, gets or lists a connections_linkable_repositories resource.

Overview

Nameconnections_linkable_repositories
TypeResource
Idgoogle.cloudbuild.connections_linkable_repositories

Fields

NameDatatypeDescription
nextPageTokenstringA token identifying a page of results the server should return.
repositoriesarrayrepositories ready to be created.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_connections_fetch_linkable_repositoriesSELECTconnectionsId, locationsId, projectsIdFetchLinkableRepositories get repositories from SCM that are accessible and could be added to the connection.

SELECT examples

FetchLinkableRepositories get repositories from SCM that are accessible and could be added to the connection.

SELECT
nextPageToken,
repositories
FROM google.cloudbuild.connections_linkable_repositories
WHERE connectionsId = '{{ connectionsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';