Artifact Registry v1 API - Class CreateTagRequest (2.6.0)

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

Reference documentation and code samples for the Artifact Registry v1 API class CreateTagRequest.

The request to create a new tag.

Inheritance

object > CreateTagRequest

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

CreateTagRequest()

public CreateTagRequest()

CreateTagRequest(CreateTagRequest)

public CreateTagRequest(CreateTagRequest other)
Parameter
NameDescription
otherCreateTagRequest

Properties

Parent

public string Parent { get; set; }

The name of the parent resource where the tag will be created.

Property Value
TypeDescription
string

Tag

public Tag Tag { get; set; }

The tag to be created.

Property Value
TypeDescription
Tag

TagId

public string TagId { get; set; }

The tag id to use for this repository.

Property Value
TypeDescription
string