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 documentation for the `PolicyTagManager` class within the `Google.Cloud.DataCatalog.V1` namespace, focusing on managing policy tags and taxonomies."],["The `PolicyTagManager` class is part of the Google Cloud Data Catalog V1 API, used to classify data and apply access control, with version 2.14.0 being the latest and 1.6.0 being an older version."],["The Policy Tag Manager API allows the management of policy tags, which are used to tag BigQuery columns for additional access control policies, and taxonomies, which are hierarchical groupings of policy tags."],["The page details the class's methods, specifically `BindService`, which creates or registers a service definition for server-side handling, and lists the inherited members from the Object class."],["Multiple previous versions of the PolicyTagManager are available, ranging from version 2.13.0 down to version 1.2.0, for users who may be utilizing older versions of the Google Cloud Data Catalog V1."]]],[]]