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 Google Cloud Data Catalog service."],["The latest version of the `PolicyTagManager` available is 2.14.0, and the page includes links to documentation for numerous past versions, dating back to version 1.2.0."],["`PolicyTagManager` facilitates the management of policy tags, which are used to tag BigQuery columns, enabling the application of additional access control policies, with taxonomies serving as hierarchical structures for organizing these tags."],["The `PolicyTagManager` class contains methods like `BindService`, which is used to create a service definition or register a service method, essential for implementing server-side handling logic."],["The class inherits members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it is part of the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]