public sealed class UpdateTagRequest : IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class UpdateTagRequest.
The request to create or update a tag.
Implements
IMessageUpdateTagRequest, IEquatableUpdateTagRequest, IDeepCloneableUpdateTagRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
UpdateTagRequest()
public UpdateTagRequest()UpdateTagRequest(UpdateTagRequest)
public UpdateTagRequest(UpdateTagRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateTagRequest |
Properties
Tag
public Tag Tag { get; set; }The tag that replaces the resource on the server.
| Property Value | |
|---|---|
| Type | Description |
Tag |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|