Class: Google::Cloud::DeveloperConnect::V1::BitbucketDataCenterConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/developerconnect/v1/developer_connect.rb

Overview

Configuration for connections to an instance of Bitbucket Data Center.

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_credential::Google::Cloud::DeveloperConnect::V1::UserCredential

Returns Required. An http access token with the minimum Repository admin scope access. This is needed to create webhooks. It's recommended to use a system account to generate these credentials.

Returns:



439
440
441
442
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 439

class BitbucketDataCenterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#host_uri::String

Returns Required. The URI of the Bitbucket Data Center host this connection is for.

Returns:

  • (::String)

    Required. The URI of the Bitbucket Data Center host this connection is for.



439
440
441
442
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 439

class BitbucketDataCenterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#read_authorizer_credential::Google::Cloud::DeveloperConnect::V1::UserCredential

Returns Required. An http access token with the minimum Repository read access. It's recommended to use a system account to generate the credentials.

Returns:



439
440
441
442
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 439

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 server running on the host_uri.

Returns:

  • (::String)

    Output only. Version of the Bitbucket Data Center server running on the host_uri.



439
440
441
442
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 439

class BitbucketDataCenterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_directory_config::Google::Cloud::DeveloperConnect::V1::ServiceDirectoryConfig

Returns 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.

Returns:

  • (::Google::Cloud::DeveloperConnect::V1::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.



439
440
441
442
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 439

class BitbucketDataCenterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ssl_ca_certificate::String

Returns Optional. SSL certificate authority to trust when making requests to Bitbucket Data Center.

Returns:

  • (::String)

    Optional. SSL certificate authority to trust when making requests to Bitbucket Data Center.



439
440
441
442
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 439

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/*. This is used to validate webhooks.

Returns:

  • (::String)

    Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as projects/*/secrets/*/versions/*. This is used to validate webhooks.



439
440
441
442
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 439

class BitbucketDataCenterConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end