Security Center Management v1 API - Class SecurityCenterManagement (1.0.0-beta01)

public static class SecurityCenterManagement

Reference documentation and code samples for the Security Center Management v1 API class SecurityCenterManagement.

Service describing handlers for resources

Inheritance

object > SecurityCenterManagement

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Methods

BindService(SecurityCenterManagementBase)

public static ServerServiceDefinition BindService(SecurityCenterManagement.SecurityCenterManagementBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplSecurityCenterManagementSecurityCenterManagementBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, SecurityCenterManagementBase)

public static void BindService(ServiceBinderBase serviceBinder, SecurityCenterManagement.SecurityCenterManagementBase 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.

serviceImplSecurityCenterManagementSecurityCenterManagementBase

An object implementing the server-side handling logic.