connections_linkable_git_repositories
Creates, updates, deletes, gets or lists a connections_linkable_git_repositories
resource.
Overview
Name | connections_linkable_git_repositories |
Type | Resource |
Id | google.developerconnect.connections_linkable_git_repositories |
Fields
Name | Datatype | Description |
---|---|---|
linkableGitRepositories | array | The git repositories that can be linked to the connection. |
nextPageToken | string | A token identifying a page of results the server should return. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
fetch_linkable_git_repositories | SELECT | connectionsId, locationsId, projectsId | FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection. |
SELECT
examples
FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection.
SELECT
linkableGitRepositories,
nextPageToken
FROM google.developerconnect.connections_linkable_git_repositories
WHERE connectionsId = '{{ connectionsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';