Google Cloud Data Catalog V1 Client - Class SerializedTaxonomy (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class SerializedTaxonomy.

A nested protocol buffer that represents a taxonomy and the hierarchy of its policy tags. Used for taxonomy replacement, import, and export.

Generated from protobuf message google.cloud.datacatalog.v1.SerializedTaxonomy

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ display_name string

Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.

↳ description string

Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

↳ policy_tags array<Google\Cloud\DataCatalog\V1\SerializedPolicyTag>

Top level policy tags associated with the taxonomy, if any.

↳ activated_policy_types array

A list of policy types that are activated per taxonomy.

getDisplayName

Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.

Returns
TypeDescription
string

setDisplayName

Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

Returns
TypeDescription
string

setDescription

Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPolicyTags

Top level policy tags associated with the taxonomy, if any.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPolicyTags

Top level policy tags associated with the taxonomy, if any.

Parameter
NameDescription
var array<Google\Cloud\DataCatalog\V1\SerializedPolicyTag>
Returns
TypeDescription
$this

getActivatedPolicyTypes

A list of policy types that are activated per taxonomy.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setActivatedPolicyTypes

A list of policy types that are activated per taxonomy.

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this