public sealed class UpdateTagRequest : IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessage
The request to create or update a tag.
Implements
IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Beta2Assembly
Google.Cloud.ArtifactRegistry.V1Beta2.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 |