public sealed class Package : IMessage<Package>, IEquatable<Package>, IDeepCloneable<Package>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 API class Package.
Packages are named collections of versions.
Namespace
Google.Cloud.ArtifactRegistry.V1Beta2Assembly
Google.Cloud.ArtifactRegistry.V1Beta2.dll
Constructors
Package()
public Package()
Package(Package)
public Package(Package other)
Parameter | |
---|---|
Name | Description |
other |
Package |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The time when the package was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
The display name of the package.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1".
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
The time when the package was last updated. This includes publishing a new version of the package.
Property Value | |
---|---|
Type | Description |
Timestamp |