public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class CreateTagRequest.
The request to create a new tag.
Implements
IMessageCreateTagRequest, IEquatableCreateTagRequest, IDeepCloneableCreateTagRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
CreateTagRequest()
public CreateTagRequest()CreateTagRequest(CreateTagRequest)
public CreateTagRequest(CreateTagRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateTagRequest |
Properties
Parent
public string Parent { get; set; }The name of the parent resource where the tag will be created.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Tag
public Tag Tag { get; set; }The tag to be created.
| Property Value | |
|---|---|
| Type | Description |
Tag |
|
TagId
public string TagId { get; set; }The tag id to use for this repository.
| Property Value | |
|---|---|
| Type | Description |
string |
|