public sealed class SerializedPolicyTag : IMessage<SerializedPolicyTag>, IEquatable<SerializedPolicyTag>, IDeepCloneable<SerializedPolicyTag>, IBufferMessage, IMessage
A nested protocol buffer that represents a policy tag and all its descendants.
Implements
IMessage<SerializedPolicyTag>, IEquatable<SerializedPolicyTag>, IDeepCloneable<SerializedPolicyTag>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
SerializedPolicyTag()
public SerializedPolicyTag()
SerializedPolicyTag(SerializedPolicyTag)
public SerializedPolicyTag(SerializedPolicyTag other)
Parameter | |
---|---|
Name | Description |
other | SerializedPolicyTag |
Properties
ChildPolicyTags
public RepeatedField<SerializedPolicyTag> ChildPolicyTags { get; }
Children of the policy tag, if any.
Property Value | |
---|---|
Type | Description |
RepeatedField<SerializedPolicyTag> |
Description
public string Description { get; set; }
Description of the serialized policy tag. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Required. Display name of the policy tag. At most 200 bytes when encoded in UTF-8.
Property Value | |
---|---|
Type | Description |
String |
PolicyTag
public string PolicyTag { get; set; }
Resource name of the policy tag.
This field is ignored when calling ImportTaxonomies
.
Property Value | |
---|---|
Type | Description |
String |