Class GoogleCloudDatacatalogV1beta1SerializedTaxonomy
Message capturing a taxonomy and its policy tag hierarchy as a nested proto. Used for taxonomy import/export and mutation.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1SerializedTaxonomy : IDirectResponseSchema
Properties
ActivatedPolicyTypes
A list of policy types that are activated for a taxonomy.
Declaration
[JsonProperty("activatedPolicyTypes")]
public virtual IList<string> ActivatedPolicyTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Description
Description of the serialized taxonomy. The length of the description is limited to 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. Max 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<GoogleCloudDatacatalogV1beta1SerializedPolicyTag> PolicyTags { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1beta1SerializedPolicyTag> |