public static void BindService(ServiceBinderBase serviceBinder, MetadataService.MetadataServiceBase 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."],[[["The `MetadataService` class within the `Google.Cloud.Dataplex.V1` namespace is responsible for managing metadata resources, including tables, filesets, and partitions."],["Version 3.6.0 is the latest available version, with the versions ranging from 3.6.0 down to 1.0.0, all of which have corresponding documentation links for `MetadataService`."],["The class inherits from `Object` and has inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method is used to create a service definition that can be registered with a server or to register a service method with a `ServiceBinderBase`."],["The `MetadataService` class has two overloads of `BindService`: one that takes a `MetadataService.MetadataServiceBase` object and another that takes a `ServiceBinderBase` and `MetadataService.MetadataServiceBase`."]]],[]]