public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class CreateTagRequest.
Request message for [CreateTag][google.cloud.datacatalog.v1.DataCatalog.CreateTag].
Implements
IMessageCreateTagRequest, IEquatableCreateTagRequest, IDeepCloneableCreateTagRequest, 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 |
|
ParentAsEntryName
public EntryName ParentAsEntryName { get; set; }| Property Value | |
|---|---|
| Type | Description |
EntryName |
|
Tag
public Tag Tag { get; set; }Required. The tag to create.
| Property Value | |
|---|---|
| Type | Description |
Tag |
|