The name of the tag, for example:
"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/tag1".
If the package part contains slashes, the slashes are escaped.
The tag part can only have characters in [a-zA-Z0-9-._~:@], anything else
must be URL encoded.
The name of the version the tag refers to, for example:
"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/sha256:5243811"
If the package or version ID parts contain slashes, the slashes are
escaped.
[[["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 `Tag` class in the Artifact Registry v1beta2 API represents a tag that points to a specific version of a package, serving as an alternative access name."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message handling."],["It provides two constructors: a default constructor `Tag()` and a copy constructor `Tag(Tag other)`, allowing for object creation and duplication."],["The `Tag` class has properties `Name`, `TagName`, and `Version`, defining the tag's name, a typed view of the name, and the version it refers to, respectively."],["It has been released in three different versions: `2.0.0-beta05`, `2.0.0-beta04`, and `1.0.0-beta06`."]]],[]]