public static void BindService(ServiceBinderBase serviceBinder, FirewallPolicies.FirewallPoliciesBase 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-04-02 UTC."],[[["The `FirewallPolicies` class provides an API for managing firewall policies within Google Cloud Compute V1, as part of the `Google.Cloud.Compute.V1` namespace."],["Version 3.6.0 is the latest version of the `FirewallPolicies` API, with numerous previous versions available, including a history of versions back to 1.0.0."],["The `FirewallPolicies` class inherits from the `Object` class and includes methods for binding service implementations, such as `BindService`, which allows customization of the service binding logic."],["The main use of the API is for managing firewall policies, and it uses the assembly `Google.Cloud.Compute.V1.dll`."],["The two `BindService` methods have parameters for an object that implements server-side handling logic, and one also contains a parameter for a `ServiceBinderBase` to customize binding."]]],[]]