Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1SerializedPolicyTag

A nested protocol buffer that represents a policy tag and all its descendants.

Inheritance
object
GoogleCloudDatacatalogV1SerializedPolicyTag
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.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1SerializedPolicyTag : IDirectResponseSchema

Properties

ChildPolicyTags

Children of the policy tag, if any.

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

Description

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

PolicyTag

Resource name of the policy tag. This field is 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