Module: Google::Cloud::Developerconnect::V1::InsightsConfigService
- Defined in:
- lib/google/cloud/developerconnect/v1/insights_config_service.rb,
lib/google/cloud/developerconnect/v1/insights_config_service/rest.rb,
lib/google/cloud/developerconnect/v1/insights_config_service/paths.rb,
lib/google/cloud/developerconnect/v1/insights_config_service/client.rb,
lib/google/cloud/developerconnect/v1/insights_config_service/operations.rb,
lib/google/cloud/developerconnect/v1/insights_config_service/credentials.rb,
lib/google/cloud/developerconnect/v1/insights_config_service/rest/client.rb,
lib/google/cloud/developerconnect/v1/insights_config_service/rest/operations.rb,
lib/google/cloud/developerconnect/v1/insights_config_service/rest/service_stub.rb
Overview
Creates and manages InsightsConfigs.
The InsightsConfig resource is the core configuration object to capture events from your Software Development Lifecycle. It acts as the central hub for managing how Developer connect understands your application, its runtime environments, and the artifacts deployed within them. A user can create an InsightsConfig, list previously-requested InsightsConfigs or get InsightsConfigs by their ID to determine the status of the InsightsConfig.
To load this service and instantiate a REST client:
require "google/cloud/developerconnect/v1/insights_config_service/rest"
client = ::Google::Cloud::Developerconnect::V1::InsightsConfigService::Rest::Client.new
Defined Under Namespace
Modules: Paths, Rest Classes: Client, Credentials, Operations