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 API, specifically for version 2.3.0."],["The `ContentService` class is responsible for managing Notebooks and SQL Scripts within Dataplex."],["The latest version of the API available is 3.6.0, with several previous versions, starting from 1.0.0, also listed."],["The `ContentService` class inherits from the base `object` class and includes methods for binding service implementations, specifically `BindService(ContentServiceBase)` and `BindService(ServiceBinderBase, ContentServiceBase)`."],["The documentation includes links to external pages, such as the `object` class or `ServerServiceDefinition`, which are relevant to the functionality of the code."]]],[]]