public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessage
Request message for [CreateTag][google.cloud.datacatalog.v1.DataCatalog.CreateTag].
Implements
IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
CreateTagRequest()
public CreateTagRequest()
CreateTagRequest(CreateTagRequest)
public CreateTagRequest(CreateTagRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateTagRequest |
Properties
Parent
public string Parent { get; set; }
Required. The name of the resource to attach this tag to.
Tags can be attached to entries or entry groups. An entry can have up to 1000 attached tags.
Note: The tag and its child resources might not be stored in the location specified in its name.
Property Value | |
---|---|
Type | Description |
String |
ParentAsTagName
public TagName ParentAsTagName { get; set; }
Property Value | |
---|---|
Type | Description |
TagName |
Tag
public Tag Tag { get; set; }
Required. The tag to create.
Property Value | |
---|---|
Type | Description |
Tag |