public sealed class UpdateTagRequest : IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class UpdateTagRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `UpdateTagRequest` class within the Artifact Registry v1 API, detailing its use in creating or updating a tag."],["The `UpdateTagRequest` class is part of the `Google.Cloud.ArtifactRegistry.V1` namespace and is implemented in the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionalities."],["The class includes two constructors: a default constructor and one that takes another `UpdateTagRequest` object as a parameter, allowing for object initialization or copying."],["Key properties of the `UpdateTagRequest` class are `Tag` (the tag to be updated) and `UpdateMask` (for specifying which fields to update), as described within."]]],[]]