Skip to main content

bitbucket_server_configs

Overview

Namebitbucket_server_configs
TypeResource
Idgoogle.cloudbuild.bitbucket_server_configs

Fields

NameDatatypeDescription
namestringThe resource name for the config.
sslCastringOptional. SSL certificate to use for requests to Bitbucket Server. The format should be PEM format but the extension can be one of .pem, .cer, or .crt.
createTimestringTime when the config was created.
peeredNetworkstringOptional. The network to be used when reaching out to the Bitbucket Server instance. The VPC network must be enabled for private service connection. This should be set if the Bitbucket Server instance is hosted on-premises and not reachable by public internet. If this field is left empty, no network peering will occur and calls to the Bitbucket Server instance will be made over the public internet. Must be in the format projects/{project}/global/networks/{network}, where {project} is a project number or id and {network} is the name of a VPC network in the project.
apiKeystringRequired. Immutable. API Key that will be attached to webhook. Once this field has been set, it cannot be changed. If you need to change it, please create another BitbucketServerConfig.
usernamestringUsername of the account Cloud Build will use on Bitbucket Server.
connectedRepositoriesarrayOutput only. Connected Bitbucket Server repositories for this config.
webhookKeystringOutput only. UUID included in webhook requests. The UUID is used to look up the corresponding config.
hostUristringRequired. Immutable. The URI of the Bitbucket Server host. Once this field has been set, it cannot be changed. If you need to change it, please create another BitbucketServerConfig.
secretsobjectBitbucketServerSecrets represents the secrets in Secret Manager for a Bitbucket Server.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_bitbucket_server_configs_getSELECTbitbucketServerConfigsId, locationsId, projectsIdRetrieve a BitbucketServerConfig. This API is experimental.
projects_locations_bitbucket_server_configs_listSELECTlocationsId, projectsIdList all BitbucketServerConfigs for a given project. This API is experimental.
projects_locations_bitbucket_server_configs_createINSERTlocationsId, projectsIdCreates a new BitbucketServerConfig. This API is experimental.
projects_locations_bitbucket_server_configs_deleteDELETEbitbucketServerConfigsId, locationsId, projectsIdDelete a BitbucketServerConfig. This API is experimental.
_projects_locations_bitbucket_server_configs_listEXEClocationsId, projectsIdList all BitbucketServerConfigs for a given project. This API is experimental.
projects_locations_bitbucket_server_configs_patchEXECbitbucketServerConfigsId, locationsId, projectsIdUpdates an existing BitbucketServerConfig. This API is experimental.