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-21 UTC."],[[["The latest version of the Google Cloud Dataplex V1 MetadataService API is 3.6.0, with multiple previous versions also available for reference, ranging from 3.5.0 down to 1.0.0."],["The MetadataService class, found within the Google.Cloud.Dataplex.V1 namespace, manages metadata resources like tables, filesets, and partitions."],["The MetadataService class inherits from the `object` class and provides static methods, such as `BindService`, to create service definitions and customize service binding logic for server-side handling."],["The MetadataService API provides two methods for binding the service, one taking only a `MetadataServiceBase` and returning a `ServerServiceDefinition`, and another that takes a `ServiceBinderBase` as well as `MetadataServiceBase` and returns nothing."],["The `BindService` methods provide means of creating service definitions that can be registered with a server, or to register a service method with or without implementation, by making use of either a `MetadataServiceBase` alone, or with a `ServiceBinderBase`."]]],[]]