Data Catalog v1 API - Class CreateTagRequest (2.8.0)

public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class CreateTagRequest.

Request message for [CreateTag][google.cloud.datacatalog.v1.DataCatalog.CreateTag].

Inheritance

object > CreateTagRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

CreateTagRequest()

public CreateTagRequest()

CreateTagRequest(CreateTagRequest)

public CreateTagRequest(CreateTagRequest other)
Parameter
NameDescription
otherCreateTagRequest

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
TypeDescription
string

ParentAsEntryName

public EntryName ParentAsEntryName { get; set; }

EntryName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntryName

Tag

public Tag Tag { get; set; }

Required. The tag to create.

Property Value
TypeDescription
Tag