Reference documentation and code samples for the Data Catalog v1 API class PolicyTagManager.
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-21 UTC."],[[["This webpage provides reference documentation for the `PolicyTagManager` class within the Google.Cloud.DataCatalog.V1 namespace, including its inheritance, methods, and versions."],["The `PolicyTagManager` class is part of the Data Catalog v1 API and is used for managing policy tags and taxonomies, which can apply additional access control policies to BigQuery columns."],["There are multiple versions of the `PolicyTagManager` class available, ranging from the latest version 2.14.0 down to version 1.2.0."],["The page outlines two methods to handle the service implementation: `BindService(PolicyTagManagerBase)` which creates a service definition, and `BindService(ServiceBinderBase, PolicyTagManagerBase)` which registers service methods with or without implementation, useful for customized service binding."],["The policy tag manager enables the classification of data along a common axis, and is composed of a hierarchy of policy tags."]]],[]]