Skip to main content

@swamp/gcp/cloudbuild

v2026.04.23.1

Google Cloud cloudbuild infrastructure models

Repository

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

Labels

gcpgoogle-cloudcloudbuildcloudinfrastructure

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/cloudbuild

@swamp/gcp/cloudbuild/connectionsv2026.04.23.1connections.ts

Global Arguments

ArgumentTypeDescription
annotations?recordOptional. Allows clients to store small amounts of arbitrary data.
bitbucketCloudConfig?objectConfiguration for connections to Bitbucket Cloud.
bitbucketDataCenterConfig?objectConfiguration for connections to Bitbucket Data Center.
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.
githubConfig?objectConfiguration for connections to github.com.
githubEnterpriseConfig?objectConfiguration for connections to an instance of GitHub Enterprise.
gitlabConfig?objectConfiguration for connections to gitlab.com or an instance of GitLab Enterprise.
installationState?objectDescribes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
name?stringImmutable. The resource name of the connection, in the format `projects/{project}/locations/{location}/connections/{connection_id}`.
connectionId?stringRequired. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.
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_linkable_repositoriesfetch linkable repositories
process_webhookprocess webhook
ArgumentTypeDescription
contentType?any
data?any
extensions?any

Resources

state(infinite)— A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center, ...
@swamp/gcp/cloudbuild/connections-repositoriesv2026.04.23.1connections_repositories.ts

Global Arguments

ArgumentTypeDescription
annotations?recordOptional. Allows clients to store small amounts of arbitrary data.
name?stringImmutable. Resource name of the repository, in the format `projects/*/locations/*/connections/*/repositories/*`.
remoteUri?stringRequired. Git Clone HTTPS URI.
repositoryId?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 -._~%!$&'()*+,;=@.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a repositories
getGet a repositories
ArgumentTypeDescription
identifierstringThe name of the repositories
deleteDelete the repositories
ArgumentTypeDescription
identifierstringThe name of the repositories
syncSync repositories state from GCP
access_read_tokenaccess read token
access_read_write_tokenaccess read write token
batch_createbatch create
ArgumentTypeDescription
requests?any
fetch_git_refsfetch git refs

Resources

state(infinite)— A repository associated to a parent connection.
@swamp/gcp/cloudbuild/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.