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 page provides reference documentation for the `UpdateTagRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.8.0."],["The `UpdateTagRequest` class is used to manage requests for creating or updating tags in the Artifact Registry."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities and providing it with deep clone functionality."],["The `UpdateTagRequest` class has properties such as `Tag` and `UpdateMask`, which are used to specify the tag being updated and define the fields to be updated, respectively."],["There are several previous versions available, as well as the latest version, 2.9.0, of the `UpdateTagRequest` class, alongside the current version, 2.8.0."]]],[]]