Class: Google::Cloud::DeveloperConnect::V1::GitHubEnterpriseConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::GitHubEnterpriseConfig
- 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 GitHub Enterprise.
Instance Attribute Summary collapse
-
#app_id ⇒ ::Integer
Optional.
-
#app_installation_id ⇒ ::Integer
Optional.
-
#app_slug ⇒ ::String
readonly
Output only.
-
#host_uri ⇒ ::String
Required.
-
#installation_uri ⇒ ::String
readonly
Output only.
-
#private_key_secret_version ⇒ ::String
Optional.
-
#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
Optional.
Instance Attribute Details
#app_id ⇒ ::Integer
Returns Optional. ID of the GitHub App created from the manifest.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#app_installation_id ⇒ ::Integer
Returns Optional. ID of the installation of the GitHub App.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#app_slug ⇒ ::String (readonly)
Returns Output only. The URL-friendly name of the GitHub App.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 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.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#installation_uri ⇒ ::String (readonly)
Returns Output only. The URI to navigate to in order to manage the installation associated with this GitHubEnterpriseConfig.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key_secret_version ⇒ ::String
Returns Optional. SecretManager resource containing the private key of the GitHub
App, formatted as projects/*/secrets/*/versions/*
.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 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.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 class GitHubEnterpriseConfig 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 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.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_ca_certificate ⇒ ::String
Returns Optional. SSL certificate to use for requests to GitHub Enterprise.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#webhook_secret_secret_version ⇒ ::String
Returns Optional. SecretManager resource containing the webhook secret of the
GitHub App, formatted as projects/*/secrets/*/versions/*
.
235 236 237 238 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 235 class GitHubEnterpriseConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |