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."],[[["The latest version available for the `PolicyTagManager` is 2.14.0, but this page is referencing version 1.8.0, which is an older one."],["The `PolicyTagManager` service is part of the Google Cloud Data Catalog V1 API, specifically within the `Google.Cloud.DataCatalog.V1` namespace and it allows users to manage policy tags and taxonomies."],["Policy tags, managed through the `PolicyTagManager`, are used to tag BigQuery columns for additional access control, with taxonomies being a hierarchical grouping of these tags."],["This class includes methods like `BindService`, which is used to create a service definition that can be registered with a server, or to register service methods with a service binder."],["There are many other versions of the `PolicyTagManager` available within the DataCatalog, ranging from 1.2.0 all the way to 2.14.0, with links provided for each."]]],[]]