Class: Google::Cloud::DeveloperConnect::V1::GitHubEnterpriseConfig

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 GitHub Enterprise.

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::Integer

Returns Optional. ID of the GitHub App created from the manifest.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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/*.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Cloud::DeveloperConnect::V1::ServiceDirectoryConfig)

    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.

Returns:

  • (::String)

    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/*.

Returns:

  • (::String)

    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