Class: Google::Cloud::Build::V2::BitbucketDataCenterConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::BitbucketDataCenterConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Configuration for connections to Bitbucket Data Center.
Instance Attribute Summary collapse
-
#authorizer_credential ⇒ ::Google::Cloud::Build::V2::UserCredential
Required.
-
#host_uri ⇒ ::String
Required.
-
#read_authorizer_credential ⇒ ::Google::Cloud::Build::V2::UserCredential
Required.
-
#server_version ⇒ ::String
readonly
Output only.
-
#service_directory_config ⇒ ::Google::Cloud::Build::V2::ServiceDirectoryConfig
Optional.
-
#ssl_ca ⇒ ::String
Optional.
-
#webhook_secret_secret_version ⇒ ::String
Required.
Instance Attribute Details
#authorizer_credential ⇒ ::Google::Cloud::Build::V2::UserCredential
Returns Required. A http access token with the REPO_ADMIN
scope access.
275 276 277 278 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 275 class BitbucketDataCenterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host_uri ⇒ ::String
Returns Required. The URI of the Bitbucket Data Center instance or cluster this connection is for.
275 276 277 278 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 275 class BitbucketDataCenterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_authorizer_credential ⇒ ::Google::Cloud::Build::V2::UserCredential
Returns Required. A http access token with the REPO_READ
access.
275 276 277 278 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 275 class BitbucketDataCenterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server_version ⇒ ::String (readonly)
Returns Output only. Version of the Bitbucket Data Center running on the
host_uri
.
275 276 277 278 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 275 class BitbucketDataCenterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_directory_config ⇒ ::Google::Cloud::Build::V2::ServiceDirectoryConfig
Returns 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.
275 276 277 278 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 275 class BitbucketDataCenterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_ca ⇒ ::String
Returns Optional. SSL certificate to use for requests to the Bitbucket Data Center.
275 276 277 278 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 275 class BitbucketDataCenterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#webhook_secret_secret_version ⇒ ::String
Returns Required. Immutable. SecretManager resource containing the webhook secret
used to verify webhook events, formatted as
projects/*/secrets/*/versions/*
.
275 276 277 278 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 275 class BitbucketDataCenterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |