public static void BindService(ServiceBinderBase serviceBinder, NetworkServices.NetworkServicesBase 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 `NetworkServices` class within the Google Cloud Network Services v1 API."],["The `NetworkServices` class, which inherits from `object`, serves as a handler for network service resources."],["The `BindService` method creates a service definition that can be registered with a server using an object implementing the server-side handling logic."],["Another `BindService` method allows for the registration of service methods with a `ServiceBinderBase`, enabling customizable service binding logic and is part of an experimental API."],["The documentation covers both the latest version (1.0.0) and the beta version (1.0.0-beta01) of the API, where the provided content is in the beta version."]]],[]]