Class: Google::Cloud::Build::V2::GitHubEnterpriseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::GitHubEnterpriseConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Configuration for connections to an instance of GitHub Enterprise.
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Required.
-
#app_id ⇒ ::Integer
Id of the GitHub App created from the manifest.
-
#app_installation_id ⇒ ::Integer
ID of the installation of the GitHub App.
-
#app_slug ⇒ ::String
The URL-friendly name of the GitHub App.
-
#host_uri ⇒ ::String
Required.
-
#private_key_secret_version ⇒ ::String
SecretManager resource containing the private key of the GitHub App, formatted as
projects/*/secrets/*/versions/*
. -
#server_version ⇒ ::String
readonly
Output only.
-
#service_directory_config ⇒ ::Google::Cloud::Build::V2::ServiceDirectoryConfig
Configuration for using Service Directory to privately connect to a GitHub Enterprise server.
-
#ssl_ca ⇒ ::String
SSL certificate to use for requests to GitHub Enterprise.
-
#webhook_secret_secret_version ⇒ ::String
SecretManager resource containing the webhook secret of the GitHub App, formatted as
projects/*/secrets/*/versions/*
.
Instance Attribute Details
#api_key ⇒ ::String
Returns Required. API Key used for authentication of webhook events.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#app_id ⇒ ::Integer
Returns Id of the GitHub App created from the manifest.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#app_installation_id ⇒ ::Integer
Returns ID of the installation of the GitHub App.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#app_slug ⇒ ::String
Returns The URL-friendly name of the GitHub App.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host_uri ⇒ ::String
Returns Required. The URI of the GitHub Enterprise host this connection is for.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key_secret_version ⇒ ::String
Returns SecretManager resource containing the private key of the GitHub App,
formatted as projects/*/secrets/*/versions/*
.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server_version ⇒ ::String (readonly)
Returns Output only. GitHub Enterprise version installed at the host_uri.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_directory_config ⇒ ::Google::Cloud::Build::V2::ServiceDirectoryConfig
Returns Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_ca ⇒ ::String
Returns SSL certificate to use for requests to GitHub Enterprise.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#webhook_secret_secret_version ⇒ ::String
Returns SecretManager resource containing the webhook secret of the GitHub App,
formatted as projects/*/secrets/*/versions/*
.
203 204 205 206 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 203 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |