Google Cloud Security Command Center Settings v1beta1 API - Class SecurityCenterSettingsService (2.0.0-beta02)

public static class SecurityCenterSettingsService

Reference 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.

Inheritance

object > SecurityCenterSettingsService

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

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
NameDescription
serviceImplSecurityCenterSettingsServiceSecurityCenterSettingsServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

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

serviceImplSecurityCenterSettingsServiceSecurityCenterSettingsServiceBase

An object implementing the server-side handling logic.