Class: Google::Cloud::Build::V2::GitHubEnterpriseConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#api_key::String

Returns Required. API Key used for authentication of webhook events.

Returns:

  • (::String)

    Required. API Key used for authentication of webhook events.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

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.

Returns:

  • (::Integer)

    Id of the GitHub App created from the manifest.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

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.

Returns:

  • (::Integer)

    ID of the installation of the GitHub App.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

class GitHubEnterpriseConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#app_slug::String

Returns The URL-friendly name of the GitHub App.

Returns:

  • (::String)

    The URL-friendly name of the GitHub App.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

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.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

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

Returns:

  • (::String)

    SecretManager resource containing the private key of the GitHub App, formatted as projects/*/secrets/*/versions/*.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

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.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

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.

Returns:

  • (::Google::Cloud::Build::V2::ServiceDirectoryConfig)

    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.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

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.

Returns:

  • (::String)

    SSL certificate to use for requests to GitHub Enterprise.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

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

Returns:

  • (::String)

    SecretManager resource containing the webhook secret of the GitHub App, formatted as projects/*/secrets/*/versions/*.



197
198
199
200
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 197

class GitHubEnterpriseConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end