- Resource: Connection
- GitHubConfig
- GitHubApp
- OAuthCredential
- GitHubEnterpriseConfig
- ServiceDirectoryConfig
- GitLabConfig
- UserCredential
- GitLabEnterpriseConfig
- BitbucketDataCenterConfig
- BitbucketCloudConfig
- SecureSourceManagerInstanceConfig
- GenericHTTPEndpointConfig
- BasicAuthentication
- BearerTokenAuthentication
- InstallationState
- Stage
- CryptoKeyConfig
- GitProxyConfig
- Methods
Resource: Connection
Message describing Connection object
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "deleteTime": string, "labels": { string: string, ... }, "installationState": { object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the connection, in the format |
createTime |
Output only. [Output only] Create timestamp Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. [Output only] Update timestamp Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deleteTime |
Output only. [Output only] Delete timestamp Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Labels as key value pairs An object containing a list of |
installationState |
Output only. Installation state of the Connection. |
disabled |
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. |
reconciling |
Output only. Set to true when the connection is being set up or updated in the background. |
annotations |
Optional. Allows clients to store small amounts of arbitrary data. An object containing a list of |
etag |
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |
uid |
Output only. A system-assigned unique identifier for the Connection. |
cryptoKeyConfig |
Optional. The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature. |
gitProxyConfig |
Optional. Configuration for the git proxy feature. Enabling the git proxy allows clients to perform git operations on the repositories linked in the connection. |
Union field connection_config. Configuration for the connection depending on the type of provider. connection_config can be only one of the following: |
|
githubConfig |
Configuration for connections to github.com. |
githubEnterpriseConfig |
Configuration for connections to an instance of GitHub Enterprise. |
gitlabConfig |
Configuration for connections to gitlab.com. |
gitlabEnterpriseConfig |
Configuration for connections to an instance of GitLab Enterprise. |
bitbucketDataCenterConfig |
Configuration for connections to an instance of Bitbucket Data Center. |
bitbucketCloudConfig |
Configuration for connections to an instance of Bitbucket Cloud. |
secureSourceManagerInstanceConfig |
Configuration for connections to an instance of Secure Source Manager. |
httpConfig |
Optional. Configuration for connections to an HTTP service provider. |
GitHubConfig
Configuration for connections to github.com.
| JSON representation |
|---|
{ "githubApp": enum ( |
| Fields | |
|---|---|
githubApp |
Required. Immutable. The GitHub Application that was installed to the GitHub user or organization. |
authorizerCredential |
Optional. OAuth credential of the account that authorized the GitHub App. It is recommended to use a robot account instead of a human user account. The OAuth token must be tied to the GitHub App of this config. |
appInstallationId |
Optional. GitHub App installation id. |
installationUri |
Output only. The URI to navigate to in order to manage the installation associated with this GitHubConfig. |
GitHubApp
Represents the various GitHub Applications that can be installed to a GitHub user or organization and used with Developer Connect.
| Enums | |
|---|---|
GIT_HUB_APP_UNSPECIFIED |
GitHub App not specified. |
DEVELOPER_CONNECT |
The Developer Connect GitHub Application. |
FIREBASE |
The Firebase GitHub Application. |
GEMINI_CODE_ASSIST |
The Gemini Code Assist Application. |
OAuthCredential
Represents an OAuth token of the account that authorized the Connection, and associated metadata.
| JSON representation |
|---|
{ "oauthTokenSecretVersion": string, "username": string } |
| Fields | |
|---|---|
oauthTokenSecretVersion |
Required. A SecretManager resource containing the OAuth token that authorizes the connection. Format: |
username |
Output only. The username associated with this token. |
GitHubEnterpriseConfig
Configuration for connections to an instance of GitHub Enterprise.
| JSON representation |
|---|
{
"hostUri": string,
"appId": string,
"appSlug": string,
"privateKeySecretVersion": string,
"webhookSecretSecretVersion": string,
"appInstallationId": string,
"installationUri": string,
"serviceDirectoryConfig": {
object ( |
| Fields | |
|---|---|
hostUri |
Required. The URI of the GitHub Enterprise host this connection is for. |
appId |
Optional. ID of the GitHub App created from the manifest. |
appSlug |
Output only. The URL-friendly name of the GitHub App. |
privateKeySecretVersion |
Optional. SecretManager resource containing the private key of the GitHub App, formatted as |
webhookSecretSecretVersion |
Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as |
appInstallationId |
Optional. ID of the installation of the GitHub App. |
installationUri |
Output only. The URI to navigate to in order to manage the installation associated with this GitHubEnterpriseConfig. |
serviceDirectoryConfig |
Optional. Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet. |
serverVersion |
Output only. GitHub Enterprise version installed at the hostUri. |
sslCaCertificate |
Optional. SSL certificate to use for requests to GitHub Enterprise. |
organization |
Optional. Immutable. GitHub Enterprise organization in which the GitHub App is created. |
ServiceDirectoryConfig
ServiceDirectoryConfig represents Service Directory configuration for a connection.
| JSON representation |
|---|
{ "service": string } |
| Fields | |
|---|---|
service |
Required. The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}. |
GitLabConfig
Configuration for connections to gitlab.com.
| JSON representation |
|---|
{ "webhookSecretSecretVersion": string, "readAuthorizerCredential": { object ( |
| Fields | |
|---|---|
webhookSecretSecretVersion |
Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as |
readAuthorizerCredential |
Required. A GitLab personal access token with the minimum |
authorizerCredential |
Required. A GitLab personal access token with the minimum |
UserCredential
Represents a personal access token that authorized the Connection, and associated metadata.
| JSON representation |
|---|
{ "userTokenSecretVersion": string, "username": string } |
| Fields | |
|---|---|
userTokenSecretVersion |
Required. A SecretManager resource containing the user token that authorizes the Developer Connect connection. Format: |
username |
Output only. The username associated with this token. |
GitLabEnterpriseConfig
Configuration for connections to an instance of GitLab Enterprise.
| JSON representation |
|---|
{ "hostUri": string, "webhookSecretSecretVersion": string, "readAuthorizerCredential": { object ( |
| Fields | |
|---|---|
hostUri |
Required. The URI of the GitLab Enterprise host this connection is for. |
webhookSecretSecretVersion |
Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as |
readAuthorizerCredential |
Required. A GitLab personal access token with the minimum |
authorizerCredential |
Required. A GitLab personal access token with the minimum |
serviceDirectoryConfig |
Optional. Configuration for using Service Directory to privately connect to a GitLab Enterprise instance. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet. |
sslCaCertificate |
Optional. SSL Certificate Authority certificate to use for requests to GitLab Enterprise instance. |
serverVersion |
Output only. Version of the GitLab Enterprise server running on the |
BitbucketDataCenterConfig
Configuration for connections to an instance of Bitbucket Data Center.
| JSON representation |
|---|
{ "hostUri": string, "webhookSecretSecretVersion": string, "readAuthorizerCredential": { object ( |
| Fields | |
|---|---|
hostUri |
Required. The URI of the Bitbucket Data Center host this connection is for. |
webhookSecretSecretVersion |
Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as |
readAuthorizerCredential |
Required. An http access token with the minimum |
authorizerCredential |
Required. An http access token with the minimum |
serviceDirectoryConfig |
Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center instance. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet. |
sslCaCertificate |
Optional. SSL certificate authority to trust when making requests to Bitbucket Data Center. |
serverVersion |
Output only. Version of the Bitbucket Data Center server running on the |
BitbucketCloudConfig
Configuration for connections to an instance of Bitbucket Cloud.
| JSON representation |
|---|
{ "workspace": string, "webhookSecretSecretVersion": string, "readAuthorizerCredential": { object ( |
| Fields | |
|---|---|
workspace |
Required. The Bitbucket Cloud Workspace ID to be connected to Google Cloud Platform. |
webhookSecretSecretVersion |
Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as |
readAuthorizerCredential |
Required. An access token with the minimum |
authorizerCredential |
Required. An access token with the minimum |
SecureSourceManagerInstanceConfig
Configuration for connections to Secure Source Manager instance
| JSON representation |
|---|
{ "instance": string } |
| Fields | |
|---|---|
instance |
Required. Immutable. Secure Source Manager instance resource, formatted as |
GenericHTTPEndpointConfig
Defines the configuration for connections to an HTTP service provider.
| JSON representation |
|---|
{ "hostUri": string, "serviceDirectoryConfig": { object ( |
| Fields | |
|---|---|
hostUri |
Required. Immutable. The service provider's https endpoint. |
serviceDirectoryConfig |
Optional. Configuration for using Service Directory to privately connect to an HTTP service provider. This should only be set if the HTTP service provider is hosted on premises and not reachable by public internet. If this field is left empty, calls to the HTTP service provider will be made over the public internet. |
sslCaCertificate |
Optional. The SSL certificate to use for requests to the HTTP service provider. |
Union field authentication. The authentication mechanism to use for requests to the HTTP service provider. authentication can be only one of the following: |
|
basicAuthentication |
Optional. Basic authentication with username and password. |
bearerTokenAuthentication |
Optional. Bearer token authentication with a token. |
BasicAuthentication
Basic authentication with username and password.
| JSON representation |
|---|
{ "username": string, // Union field |
| Fields | |
|---|---|
username |
Required. The username to authenticate as. |
Union field password. The password to authenticate as. password can be only one of the following: |
|
passwordSecretVersion |
The password SecretManager secret version to authenticate as. |
BearerTokenAuthentication
Bearer token authentication with a token.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field token. The token to authenticate as. token can be only one of the following: |
|
tokenSecretVersion |
Optional. The token SecretManager secret version to authenticate as. |
InstallationState
Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
| JSON representation |
|---|
{
"stage": enum ( |
| Fields | |
|---|---|
stage |
Output only. Current step of the installation process. |
message |
Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete. |
actionUri |
Output only. Link to follow for next action. Empty string if the installation is already complete. |
Stage
Stage of the installation process.
| Enums | |
|---|---|
STAGE_UNSPECIFIED |
No stage specified. |
PENDING_CREATE_APP |
Only for GitHub Enterprise. An App creation has been requested. The user needs to confirm the creation in their GitHub enterprise host. |
PENDING_USER_OAUTH |
User needs to authorize the GitHub (or Enterprise) App via OAuth. |
PENDING_INSTALL_APP |
User needs to follow the link to install the GitHub (or Enterprise) App. |
COMPLETE |
Installation process has been completed. |
CryptoKeyConfig
The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.
| JSON representation |
|---|
{ "keyReference": string } |
| Fields | |
|---|---|
keyReference |
Required. The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of |
GitProxyConfig
The git proxy configuration.
| JSON representation |
|---|
{ "enabled": boolean, "httpProxyBaseUri": string } |
| Fields | |
|---|---|
enabled |
Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection. |
httpProxyBaseUri |
Output only. The base URI for the HTTP proxy endpoint. Has the format |
Methods |
|
|---|---|
|
Creates a new Connection in a given project and location. |
|
Deletes a single Connection. |
|
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. |
|
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. |
|
Lists Connections in a given project and location. |
|
Updates the parameters of a single Connection. |
|
ProcessGitHubEnterpriseWebhook is called by the external GitHub Enterprise instances for notifying events. |