public static void BindService(ServiceBinderBase serviceBinder, SystemPolicyV1.SystemPolicyV1Base 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `SystemPolicyV1` class provides an API for interacting with the system policy within the Google Cloud Binary Authorization V1 namespace."],["This API is available through the `Google.Cloud.BinaryAuthorization.V1` namespace in the `Google.Cloud.BinaryAuthorization.V1.dll` assembly, with versions ranging from 1.0.0 to the latest, 2.5.0."],["`SystemPolicyV1` inherits members from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers `BindService` methods to create and register service definitions, enabling server-side handling of the system policy with and without implementation."],["The `BindService(ServiceBinderBase, SystemPolicyV1.SystemPolicyV1Base)` method is labeled as part of an experimental API that can be altered or removed without notice."]]],[]]