Skip to main content

@swamp/gcp/developerconnect

v2026.04.23.1

Google Cloud developerconnect infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-clouddeveloperconnectcloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/gcp/developerconnect

@swamp/gcp/developerconnect/accountconnectorsv2026.04.23.1accountconnectors.ts

Global Arguments

ArgumentTypeDescription
annotations?recordOptional. Allows users to store small amounts of arbitrary data.
customOauthConfig?objectMessage for a customized OAuth config.
labels?recordOptional. Labels as key value pairs
name?stringIdentifier. The resource name of the accountConnector, in the format `projects/{project}/locations/{location}/accountConnectors/{account_connector_id}`.
providerOauthConfig?objectProviderOAuthConfig is the OAuth config for a provider.
proxyConfig?objectThe proxy configuration.
accountConnectorId?stringRequired. The ID to use for the AccountConnector, which will become the final component of the AccountConnector's resource name. Its format should adhere to https://google.aip.dev/122#resource-id-segments Names must be unique per-project per-location.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a accountConnectors
getGet a accountConnectors
ArgumentTypeDescription
identifierstringThe name of the accountConnectors
updateUpdate accountConnectors attributes
deleteDelete the accountConnectors
ArgumentTypeDescription
identifierstringThe name of the accountConnectors
syncSync accountConnectors state from GCP
fetch_user_repositoriesfetch user repositories

Resources

state(infinite)— AccountConnector encapsulates what a platform administrator needs to configur...
@swamp/gcp/developerconnect/accountconnectors-usersv2026.04.23.1accountconnectors_users.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
getGet a users
ArgumentTypeDescription
identifierstringThe name of the users
deleteDelete the users
ArgumentTypeDescription
identifierstringThe name of the users
syncSync users state from GCP
fetch_access_tokenfetch access token
fetch_selffetch self
finish_oauth_flowfinish oauth flow
start_oauth_flowstart oauth flow

Resources

state(infinite)— Lists Users in a given project, location, and account_connector.
@swamp/gcp/developerconnect/connectionsv2026.04.23.1connections.ts

Global Arguments

ArgumentTypeDescription
annotations?recordOptional. Allows clients to store small amounts of arbitrary data.
bitbucketCloudConfig?objectConfiguration for connections to an instance of Bitbucket Cloud.
bitbucketDataCenterConfig?objectConfiguration for connections to an instance of Bitbucket Data Center.
cryptoKeyConfig?objectThe crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.
disabled?booleanOptional. If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
gitProxyConfig?objectThe git proxy configuration.
githubConfig?objectConfiguration for connections to github.com.
githubEnterpriseConfig?objectConfiguration for connections to an instance of GitHub Enterprise.
gitlabConfig?objectConfiguration for connections to gitlab.com.
gitlabEnterpriseConfig?objectConfiguration for connections to an instance of GitLab Enterprise.
httpConfig?objectDefines the configuration for connections to an HTTP service provider.
installationState?objectDescribes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
labels?recordOptional. Labels as key value pairs
name?stringIdentifier. The resource name of the connection, in the format `projects/{project}/locations/{location}/connections/{connection_id}`.
secureSourceManagerInstanceConfig?objectConfiguration for connections to Secure Source Manager instance
connectionId?stringRequired. Id of the requesting object If auto-generating Id server-side, remove this field and connection_id from the method_signature of Create RPC
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a connections
getGet a connections
ArgumentTypeDescription
identifierstringThe name of the connections
updateUpdate connections attributes
deleteDelete the connections
ArgumentTypeDescription
identifierstringThe name of the connections
syncSync connections state from GCP
fetch_git_hub_installationsfetch git hub installations
fetch_linkable_git_repositoriesfetch linkable git repositories
process_git_hub_enterprise_webhookprocess git hub enterprise webhook
ArgumentTypeDescription
body?any

Resources

state(infinite)— Message describing Connection object
@swamp/gcp/developerconnect/connections-gitrepositorylinksv2026.04.23.1connections_gitrepositorylinks.ts

Global Arguments

ArgumentTypeDescription
annotations?recordOptional. Allows clients to store small amounts of arbitrary data.
cloneUri?stringRequired. Git Clone URI.
labels?recordOptional. Labels as key value pairs
name?stringIdentifier. Resource name of the repository, in the format `projects/*/locations/*/connections/*/gitRepositoryLinks/*`.
gitRepositoryLinkId?stringRequired. The ID to use for the repository, which will become the final component of the repository's resource name. This ID should be unique in the connection. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a gitRepositoryLinks
getGet a gitRepositoryLinks
ArgumentTypeDescription
identifierstringThe name of the gitRepositoryLinks
deleteDelete the gitRepositoryLinks
ArgumentTypeDescription
identifierstringThe name of the gitRepositoryLinks
syncSync gitRepositoryLinks state from GCP
fetch_git_refsfetch git refs
fetch_read_tokenfetch read token
fetch_read_write_tokenfetch read write token
process_bitbucket_cloud_webhookprocess bitbucket cloud webhook
ArgumentTypeDescription
body?any
process_bitbucket_data_center_webhookprocess bitbucket data center webhook
ArgumentTypeDescription
body?any
process_git_lab_enterprise_webhookprocess git lab enterprise webhook
ArgumentTypeDescription
body?any
process_git_lab_webhookprocess git lab webhook
ArgumentTypeDescription
body?any

Resources

state(infinite)— Message describing the GitRepositoryLink object
@swamp/gcp/developerconnect/insightsconfigsv2026.04.23.1insightsconfigs.ts

Global Arguments

ArgumentTypeDescription
annotations?recordOptional. User specified annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations.
appHubApplication?stringOptional. The name of the App Hub Application. Format: projects/{project}/locations/{location}/applications/{application}
artifactConfigs?arrayOptional. The artifact configurations of the artifacts that are deployed.
labels?recordOptional. Set of labels associated with an InsightsConfig.
name?stringIdentifier. The name of the InsightsConfig. Format: projects/{project}/locations/{location}/insightsConfigs/{insightsConfig}
projects?objectProjects represents the projects to track with the InsightsConfig.
insightsConfigId?stringRequired. ID of the requesting InsightsConfig.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a insightsConfigs
getGet a insightsConfigs
ArgumentTypeDescription
identifierstringThe name of the insightsConfigs
updateUpdate insightsConfigs attributes
deleteDelete the insightsConfigs
ArgumentTypeDescription
identifierstringThe name of the insightsConfigs
syncSync insightsConfigs state from GCP

Resources

state(infinite)— The InsightsConfig resource is the core configuration object to capture event...
@swamp/gcp/developerconnect/insightsconfigs-deploymenteventsv2026.04.23.1insightsconfigs_deploymentevents.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
getGet a deploymentEvents
ArgumentTypeDescription
identifierstringThe name of the deploymentEvents
syncSync deploymentEvents state from GCP

Resources

state(infinite)— The DeploymentEvent resource represents the deployment of the artifact within...
@swamp/gcp/developerconnect/locationsv2026.04.23.1locations.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
getGet a locations
ArgumentTypeDescription
identifierstringThe name of the locations
syncSync locations state from GCP

Resources

state(infinite)— A resource that represents a Google Cloud location.