Dataplex service provides data lakes as a service. The primary resources
offered by this service are Lakes, Zones and Assets which collectively allow
a data adminstrator to organize, manage, secure and catalog data across their
organization located across cloud projects in a variety of storage systems
including Cloud Storage and BigQuery.
public static void BindService(ServiceBinderBase serviceBinder, DataplexService.DataplexServiceBase 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-04-09 UTC."],[[["This webpage provides documentation for the `Google.Cloud.Dataplex.V1.DataplexService` in .NET, offering different versions of the service, from version 1.0.0 up to the latest version 3.6.0."],["The Dataplex service allows data administrators to manage and organize data across multiple cloud projects and storage systems like Cloud Storage and BigQuery through the use of Lakes, Zones, and Assets."],["The `DataplexService` class inherits from the base `Object` class and provides static methods, including `BindService`, for registering service definitions and methods with server-side handling logic."],["The available versions listed on this page provide a historical record of the API, allowing developers to refer to previous versions as needed."],["The documentation for each version of the service is linked for easy navigation to previous or latest versions."]]],[]]