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 document provides reference documentation for the `CreateTagRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.8.0, and details the request to create a new tag."],["The `CreateTagRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateTagRequest\u003e`, `IDeepCloneable\u003cCreateTagRequest\u003e`, and `IBufferMessage`, extending its functionality."],["The class `CreateTagRequest` has two constructors, a default constructor `CreateTagRequest()` and another for cloning an existing instance, `CreateTagRequest(CreateTagRequest other)`."],["It includes properties such as `Parent`, `Tag`, and `TagId`, which are used to specify the location, the tag itself, and the identifier for the new tag within the Artifact Registry."],["This is one of multiple versions, with the latest being version 2.9.0 and others ranging back to version 1.0.0 available in the documentation."]]],[]]