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 details the `PolicyTagManager` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to manage policy tags and taxonomies in the Google Cloud Data Catalog."],["The Policy Tag Manager API facilitates the management of policy tags, which are utilized to tag BigQuery columns and apply additional access control policies, and taxonomies, the hierarchical grouping of these policy tags."],["The page lists multiple versions of the `PolicyTagManager` class, ranging from version 1.2.0 to the latest version 2.14.0, with links to the documentation for each version."],["The `PolicyTagManager` class inherits from the base `Object` class and provides methods, such as `BindService`, for creating or registering a service definition for server-side handling logic."],["This webpage provides server side binding information for the PolicyTagManager, and lists all current versions available from 1.2.0 to the latest, 2.14.0."]]],[]]