Class: Google::Cloud::DeveloperConnect::V1::GitLabEnterpriseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::GitLabEnterpriseConfig
- 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 GitLab Enterprise.
Instance Attribute Summary collapse
-
#authorizer_credential ⇒ ::Google::Cloud::DeveloperConnect::V1::UserCredential
Required.
-
#host_uri ⇒ ::String
Required.
-
#read_authorizer_credential ⇒ ::Google::Cloud::DeveloperConnect::V1::UserCredential
Required.
-
#server_version ⇒ ::String
readonly
Output only.
-
#service_directory_config ⇒ ::Google::Cloud::DeveloperConnect::V1::ServiceDirectoryConfig
Optional.
-
#ssl_ca_certificate ⇒ ::String
Optional.
-
#webhook_secret_secret_version ⇒ ::String
Required.
Instance Attribute Details
#authorizer_credential ⇒ ::Google::Cloud::DeveloperConnect::V1::UserCredential
Returns Required. A GitLab personal access token with the minimum api
scope
access and a minimum role of maintainer
. The GitLab Projects visible to
this Personal Access Token will control which Projects Developer Connect
has access to.
340 341 342 343 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 340 class GitLabEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host_uri ⇒ ::String
Returns Required. The URI of the GitLab Enterprise host this connection is for.
340 341 342 343 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 340 class GitLabEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_authorizer_credential ⇒ ::Google::Cloud::DeveloperConnect::V1::UserCredential
Returns Required. A GitLab personal access token with the minimum read_api
scope
access and a minimum role of reporter
. The GitLab Projects visible to
this Personal Access Token will control which Projects Developer Connect
has access to.
340 341 342 343 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 340 class GitLabEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server_version ⇒ ::String (readonly)
Returns Output only. Version of the GitLab Enterprise server running on the
host_uri
.
340 341 342 343 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 340 class GitLabEnterpriseConfig 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 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.
340 341 342 343 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 340 class GitLabEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_ca_certificate ⇒ ::String
Returns Optional. SSL Certificate Authority certificate to use for requests to GitLab Enterprise instance.
340 341 342 343 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 340 class GitLabEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#webhook_secret_secret_version ⇒ ::String
Returns Required. Immutable. SecretManager resource containing the webhook secret
of a GitLab project, formatted as projects/*/secrets/*/versions/*
. This
is used to validate webhooks.
340 341 342 343 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 340 class GitLabEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |