Class UpdateTagRequest (1.0.0-beta06)

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

The request to create or update a tag.

Inheritance

Object > UpdateTagRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

UpdateTagRequest()

public UpdateTagRequest()

UpdateTagRequest(UpdateTagRequest)

public UpdateTagRequest(UpdateTagRequest other)
Parameter
NameDescription
otherUpdateTagRequest

Properties

Tag

public Tag Tag { get; set; }

The tag that replaces the resource on the server.

Property Value
TypeDescription
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
TypeDescription
FieldMask