Data Catalog v1 API - Class PolicyTagManager (2.11.0)

public static class PolicyTagManager

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.

Inheritance

object > PolicyTagManager

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Methods

BindService(PolicyTagManagerBase)

public static ServerServiceDefinition BindService(PolicyTagManager.PolicyTagManagerBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplPolicyTagManagerPolicyTagManagerBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, PolicyTagManagerBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplPolicyTagManagerPolicyTagManagerBase

An object implementing the server-side handling logic.