Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1SerializedPolicyTag

Message representing one policy tag when exported as a nested proto.

Inheritance
object
GoogleCloudDatacatalogV1beta1SerializedPolicyTag
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1SerializedPolicyTag : IDirectResponseSchema

Properties

ChildPolicyTags

Children of the policy tag if any.

Declaration
[JsonProperty("childPolicyTags")]
public virtual IList<GoogleCloudDatacatalogV1beta1SerializedPolicyTag> ChildPolicyTags { get; set; }
Property Value
Type Description
IList<GoogleCloudDatacatalogV1beta1SerializedPolicyTag>

Description

Description of the serialized policy tag. 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 policy tag. 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

PolicyTag

Resource name of the policy tag. This field will be ignored when calling ImportTaxonomies.

Declaration
[JsonProperty("policyTag")]
public virtual string PolicyTag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX