public static void BindService(ServiceBinderBase serviceBinder, ContentService.ContentServiceBase 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-25 UTC."],[[["This documentation page covers the `ContentService` class within the `Google.Cloud.Dataplex.V1` namespace, specifically version 2.13.0, but with links to other versions, ranging from 1.0.0 to 3.6.0, available."],["`ContentService` manages Notebook and SQL Scripts for Dataplex as its core function, allowing the manipulation of these components."],["The `ContentService` class inherits from the base `object` class, and it also provides methods like `BindService` to define and register services with a server."],["The documentation includes details on inherited members from the `object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, along with information on the namespace and assembly."],["The page includes a section about two different implementations of the `BindService` method, both of which create a service definition to be used with a server or allow the registration of service methods with a service binder."]]],[]]