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 document provides reference documentation for the `UpdateTagRequest` class within the Artifact Registry v1 API, specifically for version 2.7.0."],["The `UpdateTagRequest` class is used to create or update a tag within the Artifact Registry and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`UpdateTagRequest()`) and a copy constructor (`UpdateTagRequest(UpdateTagRequest other)`) for creating new instances based on existing `UpdateTagRequest` objects."],["Key properties within the `UpdateTagRequest` class include `Tag`, representing the tag to be replaced, and `UpdateMask`, which specifies the fields of the resource to be updated."],["The latest version of the API is 2.9.0, with previous versions listed from 2.8.0 down to 1.0.0."]]],[]]