public static class InsightsConfigService
Reference documentation and code samples for the Developer Connect v1 API class InsightsConfigService.
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.
Namespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Methods
BindService(InsightsConfigServiceBase)
public static ServerServiceDefinition BindService(InsightsConfigService.InsightsConfigServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
InsightsConfigServiceInsightsConfigServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, InsightsConfigServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, InsightsConfigService.InsightsConfigServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
Parameters | |
---|---|
Name | Description |
serviceBinder |
ServiceBinderBase Service methods will be bound by calling |
serviceImpl |
InsightsConfigServiceInsightsConfigServiceBase An object implementing the server-side handling logic. |