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.5.0."],["The `CreateTagRequest` class, found in the `Google.Cloud.ArtifactRegistry.V1` namespace, is used to create new tags and is implemented as a sealed class inheriting from `object` and implementing multiple interfaces."],["The documentation includes a list of available versions ranging from the latest 2.9.0 down to 1.0.0, which all direct to the same `CreateTagRequest` in their respective version folders."],["The `CreateTagRequest` class has properties for `Parent`, `Tag`, and `TagId`, which are used to define the location, content, and identifier of the new tag being created."],["The page outlines the constructors `CreateTagRequest()` and `CreateTagRequest(CreateTagRequest)` as well as inherited members from `object`."]]],[]]