[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003ePackage\u003c/code\u003e class within the Artifact Registry v1beta2 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePackage\u003c/code\u003e represents a named collection of versions in the Artifact Registry, being an object in a lineage of inherited classes.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003ePackage\u003c/code\u003e class is \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, with other versions like \u003ccode\u003e2.0.0-beta04\u003c/code\u003e and \u003ccode\u003e1.0.0-beta06\u003c/code\u003e also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePackage\u003c/code\u003e class includes properties like \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eDisplayName\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e, providing details about the package's creation, name, and update history.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes 2 constructors, one which is an empty constructor, and the second which takes in another package.\u003c/p\u003e\n"]]],[],null,["# Artifact Registry v1beta2 API - Class Package (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.Package)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/2.0.0-beta04/Google.Cloud.ArtifactRegistry.V1Beta2.Package)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/1.0.0-beta06/Google.Cloud.ArtifactRegistry.V1Beta2.Package) \n\n public sealed class Package : IMessage\u003cPackage\u003e, IEquatable\u003cPackage\u003e, IDeepCloneable\u003cPackage\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Artifact Registry v1beta2 API class Package.\n\nPackages are named collections of versions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Package \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Package](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.Package), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Package](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.Package), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Package](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.Package), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ArtifactRegistry.V1Beta2](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2)\n\nAssembly\n--------\n\nGoogle.Cloud.ArtifactRegistry.V1Beta2.dll\n\nConstructors\n------------\n\n### Package()\n\n public Package()\n\n### Package(Package)\n\n public Package(Package other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nThe time when the package was created.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nThe display name of the package.\n\n### Name\n\n public string Name { get; set; }\n\nThe name of the package, for example:\n\"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1\".\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nThe time when the package was last updated. This includes publishing a new\nversion of the package."]]