Reference documentation and code samples for the Google Cloud Build V2 Client class BitbucketDataCenterConfig.
Configuration for connections to Bitbucket Data Center.
Generated from protobuf message google.devtools.cloudbuild.v2.BitbucketDataCenterConfig
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ host_uri |
string
Required. The URI of the Bitbucket Data Center instance or cluster this connection is for. |
↳ webhook_secret_secret_version |
string
Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as |
↳ read_authorizer_credential |
UserCredential
Required. A http access token with the |
↳ authorizer_credential |
UserCredential
Required. A http access token with the |
↳ service_directory_config |
ServiceDirectoryConfig
Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. 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. |
↳ ssl_ca |
string
Optional. SSL certificate to use for requests to the Bitbucket Data Center. |
↳ server_version |
string
Output only. Version of the Bitbucket Data Center running on the |
getHostUri
Required. The URI of the Bitbucket Data Center instance or cluster this connection is for.
| Returns | |
|---|---|
| Type | Description |
string |
|
setHostUri
Required. The URI of the Bitbucket Data Center instance or cluster this connection is for.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWebhookSecretSecretVersion
Required. Immutable. SecretManager resource containing the webhook secret
used to verify webhook events, formatted as
projects/*/secrets/*/versions/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setWebhookSecretSecretVersion
Required. Immutable. SecretManager resource containing the webhook secret
used to verify webhook events, formatted as
projects/*/secrets/*/versions/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReadAuthorizerCredential
Required. A http access token with the REPO_READ access.
| Returns | |
|---|---|
| Type | Description |
UserCredential|null |
|
hasReadAuthorizerCredential
clearReadAuthorizerCredential
setReadAuthorizerCredential
Required. A http access token with the REPO_READ access.
| Parameter | |
|---|---|
| Name | Description |
var |
UserCredential
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAuthorizerCredential
Required. A http access token with the REPO_ADMIN scope access.
| Returns | |
|---|---|
| Type | Description |
UserCredential|null |
|
hasAuthorizerCredential
clearAuthorizerCredential
setAuthorizerCredential
Required. A http access token with the REPO_ADMIN scope access.
| Parameter | |
|---|---|
| Name | Description |
var |
UserCredential
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServiceDirectoryConfig
Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. 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.
| Returns | |
|---|---|
| Type | Description |
ServiceDirectoryConfig|null |
|
hasServiceDirectoryConfig
clearServiceDirectoryConfig
setServiceDirectoryConfig
Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. 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.
| Parameter | |
|---|---|
| Name | Description |
var |
ServiceDirectoryConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSslCa
Optional. SSL certificate to use for requests to the Bitbucket Data Center.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSslCa
Optional. SSL certificate to use for requests to the Bitbucket Data Center.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServerVersion
Output only. Version of the Bitbucket Data Center running on the
host_uri.
| Returns | |
|---|---|
| Type | Description |
string |
|
setServerVersion
Output only. Version of the Bitbucket Data Center running on the
host_uri.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|