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.7.0."],["The `CreateTagRequest` class is used to create a new tag within the Artifact Registry and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for creating a new `CreateTagRequest` object and a method to clone an existing `CreateTagRequest`."],["The `CreateTagRequest` class includes three properties: `Parent`, which specifies the parent resource for the tag; `Tag`, which represents the tag to be created; and `TagId`, which sets the tag ID to be used."],["The page also provides a list of versions for this class, from 1.0.0 up to the latest, 2.9.0."]]],[]]