Policy Tag Manager API service allows you to manage your policy tags and
taxonomies.
Policy tags are used to tag BigQuery columns and apply additional access
control policies. A taxonomy is a hierarchical grouping of policy tags that
classify data along a common axis.
public static void BindService(ServiceBinderBase serviceBinder, PolicyTagManager.PolicyTagManagerBase 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."],[[["This webpage provides documentation for the `PolicyTagManager` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its role in managing policy tags and taxonomies within the Data Catalog service."],["The `PolicyTagManager` class is part of the .NET library for Google Cloud Data Catalog V1 and allows for the management of policy tags, which are used to apply access control policies to BigQuery columns."],["The latest version documented on this page is 2.14.0, and it also includes links to the documentation for multiple prior versions, down to version 1.2.0, allowing users to access the documentation of the versions they are working with."],["The `PolicyTagManager` class includes static methods like `BindService` for registering service definitions with a server and binding service methods, which are crucial for server-side implementation."],["The `PolicyTagManager` documentation page makes reference to the object class, and its inherited methods, which provides users with a full overview of the object class in question."]]],[]]