public sealed class UpdateTagRequest : IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessage
[[["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."],[[["The latest version of the `UpdateTagRequest` class is 2.9.0, part of the Google Cloud Artifact Registry V1 API."],["`UpdateTagRequest` is used to create or modify a tag within the Artifact Registry."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`UpdateTagRequest` includes two key properties: `Tag`, representing the tag being updated, and `UpdateMask`, specifying the fields to update."],["It contains two constructors, a default one and one that takes another `UpdateTagRequest` object for copying."]]],[]]