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 latest version available for the `Google.Cloud.Dataplex.V1.MetadataService` is 3.6.0, with multiple prior versions ranging back to 1.0.0 also listed."],["`MetadataService` is a class within the `Google.Cloud.Dataplex.V1` namespace that handles metadata resources like tables, filesets, and partitions."],["The `MetadataService` class inherits from the base `Object` class, and therefore includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`MetadataService` includes two methods for binding a service: `BindService(MetadataService.MetadataServiceBase)` which creates a service definition, and `BindService(ServiceBinderBase, MetadataService.MetadataServiceBase)` which allows method registration with a service binder."],["The `Google.Cloud.Dataplex.V1.dll` is the assembly that contains the code for the `MetadataService` class."]]],[]]