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 page provides documentation for the `CreateTagRequest` class within the Google Cloud Artifact Registry v1 API for .NET."],["`CreateTagRequest` is used to create a new tag in the Artifact Registry and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `CreateTagRequest` has the ability to construct new instances, either with no parameters, or with an existing `CreateTagRequest` instance."],["The class contains properties for `Parent` (the resource where the tag will be created), `Tag` (the tag to be created), and `TagId` (the ID to be used)."],["The document shows the different versions of the API being implemented ranging from version 1.0.0 to the latest version 2.9.0."]]],[]]