Artifact Registry v1beta2 API - Class UpdateTagRequest (2.0.0-beta05)

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

Reference documentation and code samples for the Artifact Registry v1beta2 API class UpdateTagRequest.

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
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