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."],[[["The latest version of the `UpdateTagRequest` class in the Artifact Registry v1 API is 2.9.0."],["This class, `UpdateTagRequest`, is used to create or update a tag within the Artifact Registry."],["`UpdateTagRequest` inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `Tag` of type `Tag` and `UpdateMask` of type `FieldMask`, which are used to define the tag and update criteria."],["The `UpdateTagRequest` class has two constructors, one that is parameterless, and one that accepts another `UpdateTagRequest` as a parameter."]]],[]]