public static class SecurityCenterSettingsServiceReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class SecurityCenterSettingsService.
API Overview
The SecurityCenterSettingsService is a sub-api of
securitycenter.googleapis.com. The service provides methods to manage
Security Center Settings, and Component Settings for GCP organizations,
folders, projects, and clusters.
Namespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Methods
BindService(SecurityCenterSettingsServiceBase)
public static ServerServiceDefinition BindService(SecurityCenterSettingsService.SecurityCenterSettingsServiceBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
SecurityCenterSettingsServiceSecurityCenterSettingsServiceBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, SecurityCenterSettingsServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, SecurityCenterSettingsService.SecurityCenterSettingsServiceBase 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 |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
SecurityCenterSettingsServiceSecurityCenterSettingsServiceBaseAn object implementing the server-side handling logic. |