Gcp/developerconnect
@swamp/gcp/developerconnectv2026.05.20.1
01README
Google Cloud developerconnect infrastructure models
02Release Notes
- Updated: accountconnectors
03Models
@swamp/gcp/developerconnect/accountconnectorsv2026.05.20.1accountconnectors.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| annotations? | record | Optional. Allows users to store small amounts of arbitrary data. |
| customOauthConfig? | object | Message for a customized OAuth config. |
| labels? | record | Optional. Labels as key value pairs |
| name? | string | Identifier. The resource name of the accountConnector, in the format `projects/{project}/locations/{location}/accountConnectors/{account_connector_id}`. |
| providerOauthConfig? | object | ProviderOAuthConfig is the OAuth config for a provider. |
| proxyConfig? | object | The proxy configuration. |
| accountConnectorId? | string | Required. 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? | string | Optional. 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? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a accountConnectors
fn get(identifier: string)
Get a accountConnectors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the accountConnectors |
fn update()
Update accountConnectors attributes
fn delete(identifier: string)
Delete the accountConnectors
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the accountConnectors |
fn sync()
Sync accountConnectors state from GCP
fn fetch_user_repositories()
fetch user repositories
Resources
state(infinite)— AccountConnector encapsulates what a platform administrator needs to configur...
@swamp/gcp/developerconnect/accountconnectors-usersv2026.05.19.2accountconnectors_users.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a users
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the users |
fn delete(identifier: string)
Delete the users
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the users |
fn sync()
Sync users state from GCP
fn fetch_access_token()
fetch access token
fn fetch_self()
fetch self
fn finish_oauth_flow()
finish oauth flow
fn start_oauth_flow()
start oauth flow
Resources
state(infinite)— Lists Users in a given project, location, and account_connector.
@swamp/gcp/developerconnect/connectionsv2026.05.19.2connections.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| annotations? | record | Optional. Allows clients to store small amounts of arbitrary data. |
| bitbucketCloudConfig? | object | Configuration for connections to an instance of Bitbucket Cloud. |
| bitbucketDataCenterConfig? | object | Configuration for connections to an instance of Bitbucket Data Center. |
| cryptoKeyConfig? | object | The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature. |
| disabled? | boolean | Optional. 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? | object | The git proxy configuration. |
| githubConfig? | object | Configuration for connections to github.com. |
| githubEnterpriseConfig? | object | Configuration for connections to an instance of GitHub Enterprise. |
| gitlabConfig? | object | Configuration for connections to gitlab.com. |
| gitlabEnterpriseConfig? | object | Configuration for connections to an instance of GitLab Enterprise. |
| httpConfig? | object | Defines the configuration for connections to an HTTP service provider. |
| installationState? | object | Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections. |
| labels? | record | Optional. Labels as key value pairs |
| name? | string | Identifier. The resource name of the connection, in the format `projects/{project}/locations/{location}/connections/{connection_id}`. |
| secureSourceManagerInstanceConfig? | object | Configuration for connections to Secure Source Manager instance |
| connectionId? | string | Required. 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? | string | Optional. 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? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a connections
fn get(identifier: string)
Get a connections
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the connections |
fn update()
Update connections attributes
fn delete(identifier: string)
Delete the connections
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the connections |
fn sync()
Sync connections state from GCP
fn fetch_git_hub_installations()
fetch git hub installations
fn fetch_linkable_git_repositories()
fetch linkable git repositories
fn process_git_hub_enterprise_webhook(body?: any)
process git hub enterprise webhook
| Argument | Type | Description |
|---|---|---|
| body? | any |
Resources
state(infinite)— Message describing Connection object
@swamp/gcp/developerconnect/connections-gitrepositorylinksv2026.05.19.2connections_gitrepositorylinks.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| annotations? | record | Optional. Allows clients to store small amounts of arbitrary data. |
| cloneUri? | string | Required. Git Clone URI. |
| labels? | record | Optional. Labels as key value pairs |
| name? | string | Identifier. Resource name of the repository, in the format `projects/*/locations/*/connections/*/gitRepositoryLinks/*`. |
| gitRepositoryLinkId? | string | Required. 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? | string | Optional. 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? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a gitRepositoryLinks
fn get(identifier: string)
Get a gitRepositoryLinks
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the gitRepositoryLinks |
fn delete(identifier: string)
Delete the gitRepositoryLinks
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the gitRepositoryLinks |
fn sync()
Sync gitRepositoryLinks state from GCP
fn fetch_git_refs()
fetch git refs
fn fetch_read_token()
fetch read token
fn fetch_read_write_token()
fetch read write token
fn process_bitbucket_cloud_webhook(body?: any)
process bitbucket cloud webhook
| Argument | Type | Description |
|---|---|---|
| body? | any |
fn process_bitbucket_data_center_webhook(body?: any)
process bitbucket data center webhook
| Argument | Type | Description |
|---|---|---|
| body? | any |
fn process_git_lab_enterprise_webhook(body?: any)
process git lab enterprise webhook
| Argument | Type | Description |
|---|---|---|
| body? | any |
fn process_git_lab_webhook(body?: any)
process git lab webhook
| Argument | Type | Description |
|---|---|---|
| body? | any |
Resources
state(infinite)— Message describing the GitRepositoryLink object
@swamp/gcp/developerconnect/insightsconfigsv2026.05.19.2insightsconfigs.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| annotations? | record | Optional. User specified annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations. |
| appHubApplication? | string | Optional. The name of the App Hub Application. Format: projects/{project}/locations/{location}/applications/{application} |
| artifactConfigs? | array | Optional. The artifact configurations of the artifacts that are deployed. |
| labels? | record | Optional. Set of labels associated with an InsightsConfig. |
| name? | string | Identifier. The name of the InsightsConfig. Format: projects/{project}/locations/{location}/insightsConfigs/{insightsConfig} |
| projects? | object | Projects represents the projects to track with the InsightsConfig. |
| insightsConfigId? | string | Required. ID of the requesting InsightsConfig. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a insightsConfigs
fn get(identifier: string)
Get a insightsConfigs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the insightsConfigs |
fn update()
Update insightsConfigs attributes
fn delete(identifier: string)
Delete the insightsConfigs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the insightsConfigs |
fn sync()
Sync insightsConfigs state from GCP
Resources
state(infinite)— The InsightsConfig resource is the core configuration object to capture event...
@swamp/gcp/developerconnect/insightsconfigs-deploymenteventsv2026.05.19.2insightsconfigs_deploymentevents.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a deploymentEvents
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the deploymentEvents |
fn sync()
Sync deploymentEvents state from GCP
Resources
state(infinite)— The DeploymentEvent resource represents the deployment of the artifact within...
@swamp/gcp/developerconnect/locationsv2026.05.19.2locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
fn sync()
Sync locations state from GCP
Resources
state(infinite)— A resource that represents a Google Cloud location.
04Previous Versions
2026.05.19.2May 19, 2026
2026.05.19.1May 19, 2026
2026.05.18.2May 18, 2026
2026.04.23.1Apr 23, 2026
2026.04.09.1Apr 9, 2026
- Updated: accountconnectors
2026.04.03.3Apr 3, 2026
- Updated: locations, accountconnectors, accountconnectors_users, connections, connections_gitrepositorylinks, insightsconfigs, insightsconfigs_deploymentevents
2026.04.03.1Apr 3, 2026
- Updated: locations, accountconnectors, accountconnectors_users, connections, connections_gitrepositorylinks, insightsconfigs, insightsconfigs_deploymentevents
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: locations, accountconnectors, accountconnectors_users, connections, connections_gitrepositorylinks, insightsconfigs, insightsconfigs_deploymentevents
05Stats
A
100 / 100
Downloads
0
Archive size
63.1 KB
Verified by Swamp
- 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
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels