public static void BindService(ServiceBinderBase serviceBinder, SecurityCenter.SecurityCenterBase 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `SecurityCenter` class within the Google Cloud Security Command Center v1p1beta1 API."],["The latest version of the `SecurityCenter` API is 3.0.0-beta05, with previous versions 3.0.0-beta04 and 2.0.0-beta07 also available."],["`SecurityCenter` inherits from the base `object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method allows for the creation of a service definition that can be registered with a server, as well as for registering a service method with a service binder."],["The `BindService` method takes parameters such as `serviceImpl` which is an object implementing the server-side handling logic, and when used in its second form, `serviceBinder` is added, which will add methods to the object."]]],[]]