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 Google Cloud Artifact Registry v1 API, specifically detailing its structure, methods, and inheritance."],["The `UpdateTagRequest` class, designed for creating or updating tags, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTagRequest` class contains two key properties: `Tag`, which is the tag that will replace the resource, and `UpdateMask`, which defines the fields to be updated."],["The document lists several available versions of the API, from version 1.0.0 to 2.9.0 (latest)."],["`UpdateTagRequest` inherits members from the base class `Object`, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]