Class CreateTagRequest (1.2.0)

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

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. An entry can have up to 1000 attached tags. Example:

projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}

Note: The tag and its child resources might not be stored in the location specified in its name.

Property Value
TypeDescription
String

ParentAsTagName

public TagName ParentAsTagName { get; set; }

TagName-typed view over the Parent resource name property.

Property Value
TypeDescription
TagName

Tag

public Tag Tag { get; set; }

Required. The tag to create.

Property Value
TypeDescription
Tag