ProjectsLocationsConnections
class ProjectsLocationsConnections extends Resource (View source)
The "connections" collection of methods.
Typical usage is:
$developerconnectService = new Google\Service\DeveloperConnect(...);
$connections = $developerconnectService->projects_locations_connections;
Methods
Creates a new Connection in a given project and location.
Deletes a single Connection. (connections.delete)
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. For github.com, only installations accessible to the authorizer token are returned. For GitHub Enterprise, all installations are returned. (connections.fetchGitHubInstallations)
FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection.
Gets details of a single Connection. (connections.get)
Lists Connections in a given project and location.
Updates the parameters of a single Connection. (connections.patch)
Details
Operation
create(string $parent, Connection $postBody, array $optParams = [])
Creates a new Connection in a given project and location.
(connections.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single Connection. (connections.delete)
FetchGitHubInstallationsResponse
fetchGitHubInstallations(string $connection, array $optParams = [])
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. For github.com, only installations accessible to the authorizer token are returned. For GitHub Enterprise, all installations are returned. (connections.fetchGitHubInstallations)
FetchLinkableGitRepositoriesResponse
fetchLinkableGitRepositories(string $connection, array $optParams = [])
FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection.
(connections.fetchLinkableGitRepositories)
Connection
get(string $name, array $optParams = [])
Gets details of a single Connection. (connections.get)
ListConnectionsResponse
listProjectsLocationsConnections(string $parent, array $optParams = [])
Lists Connections in a given project and location.
(connections.listProjectsLocationsConnections)
Operation
patch(string $name, Connection $postBody, array $optParams = [])
Updates the parameters of a single Connection. (connections.patch)