public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class CreateTagRequest.
[[["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 webpage provides reference documentation for the `CreateTagRequest` class within the Google Cloud Artifact Registry v1 API, specifically for version 2.6.0."],["The `CreateTagRequest` class is used to create a new tag in the Artifact Registry and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors for the `CreateTagRequest` class: a default constructor and one that accepts another `CreateTagRequest` object."],["The class includes properties such as `Parent`, `Tag`, and `TagId`, which are used to specify the location, content, and identifier of the tag to be created, respectively."],["The page has a listing of previous versions going back to version 1.0.0, with 2.9.0 being the latest."]]],[]]