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.
[[["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 document provides reference documentation for the `UpdateTagRequest` class within the Artifact Registry v1beta2 API, specifically for .NET."],["`UpdateTagRequest` is a class used to create or update a tag in the Artifact Registry, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTagRequest` class has two constructors, one default and one that accepts another `UpdateTagRequest` instance as a parameter."],["The `UpdateTagRequest` class contains two key properties: `Tag`, which represents the tag resource being updated, and `UpdateMask`, which defines the fields to be updated."],["There are 3 listed versions of the artifact registry with version `2.0.0-beta05` being the latest."]]],[]]