public static void BindService(ServiceBinderBase serviceBinder, Policies.PoliciesBase 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 documentation covers the `Policies` class within the Google Cloud Identity and Access Management (IAM) v2 API, specifically for version 1.1.0."],["The `Policies` class serves as an interface for managing IAM policies, providing methods for interacting with access management features."],["The `BindService` methods are used to create and register service definitions with a server, enabling server-side handling of IAM policy logic."],["The class is found within the `Google.Cloud.Iam.V2` namespace and is part of the `Google.Cloud.Iam.V2.dll` assembly, with inheritance from the .NET `object` class."]]],[]]