public static void BindService(ServiceBinderBase serviceBinder, DataCatalog.DataCatalogBase 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."],[[["Version 2.14.0 is the latest version available for the Google Cloud Data Catalog V1, with a full list of previous versions ranging from 2.13.0 down to 1.2.0 also accessible."],["The Data Catalog API service allows users to discover, understand, and manage their data, as indicated by the `DataCatalog` class description."],["The `DataCatalog` class inherits from the base `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method can be utilized to create a service definition or to register a service method, with the functionality varying depending on the provided parameters."],["The `BindService` function requires an object implementing server-side handling logic, namely `DataCatalog.DataCatalogBase`, as a parameter."]]],[]]