Class: Google::Cloud::DeveloperConnect::V1::GitLabConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::GitLabConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/developer_connect.rb
Overview
Configuration for connections to gitlab.com.
Instance Attribute Summary collapse
-
#authorizer_credential ⇒ ::Google::Cloud::DeveloperConnect::V1::UserCredential
Required.
-
#read_authorizer_credential ⇒ ::Google::Cloud::DeveloperConnect::V1::UserCredential
Required.
-
#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.
284 285 286 287 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 284 class GitLabConfig 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.
284 285 286 287 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 284 class GitLabConfig 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.
284 285 286 287 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 284 class GitLabConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |