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 documentation for the `UpdateTagRequest` class within the Google Cloud Artifact Registry v1 API, specifically for version 2.5.0, with links to other versions as well."],["`UpdateTagRequest` is used to create or update a tag in the Artifact Registry, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTagRequest` class includes properties such as `Tag` and `UpdateMask`, which define the tag resource and the update mask, respectively."],["The page shows the inheritance and implemented members of the `UpdateTagRequest` class, showing that it inherits from `object`."],["The class can be constructed without parameters, or with another UpdateTagRequest object as parameter."]]],[]]