Class GoogleCloudDatacatalogV1SerializedTaxonomy
A nested protocol buffer that represents a taxonomy and the hierarchy of its policy tags. Used for taxonomy replacement, import, and export.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1SerializedTaxonomy : IDirectResponseSchema
Properties
ActivatedPolicyTypes
A list of policy types that are activated per taxonomy.
Declaration
[JsonProperty("activatedPolicyTypes")]
public virtual IList<string> ActivatedPolicyTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Description
Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyTags
Top level policy tags associated with the taxonomy, if any.
Declaration
[JsonProperty("policyTags")]
public virtual IList<GoogleCloudDatacatalogV1SerializedPolicyTag> PolicyTags { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1SerializedPolicyTag> |