connections_linkable_repositories
Creates, updates, deletes, gets or lists a connections_linkable_repositories
resource.
Overview
Name | connections_linkable_repositories |
Type | Resource |
Id | google.cloudbuild.connections_linkable_repositories |
Fields
Name | Datatype | Description |
---|---|---|
nextPageToken | string | A token identifying a page of results the server should return. |
repositories | array | repositories ready to be created. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_connections_fetch_linkable_repositories | SELECT | connectionsId, locationsId, projectsId | FetchLinkableRepositories 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 }}';