Class SecurityCenterSettingsService (1.0.0-beta04)

public static 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.

Inheritance

Object > SecurityCenterSettingsService

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Methods

BindService(SecurityCenterSettingsService.SecurityCenterSettingsServiceBase)

public static ServerServiceDefinition BindService(SecurityCenterSettingsService.SecurityCenterSettingsServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplSecurityCenterSettingsService.SecurityCenterSettingsServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, SecurityCenterSettingsService.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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplSecurityCenterSettingsService.SecurityCenterSettingsServiceBase

An object implementing the server-side handling logic.