public sealed class UploadedNpmPackage : IMessage<UploadedNpmPackage>, IEquatable<UploadedNpmPackage>, IDeepCloneable<UploadedNpmPackage>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class UploadedNpmPackage.
An npm package uploaded to Artifact Registry using the NpmPackage directive.
Implements
IMessageUploadedNpmPackage, IEquatableUploadedNpmPackage, IDeepCloneableUploadedNpmPackage, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
UploadedNpmPackage()
public UploadedNpmPackage()
UploadedNpmPackage(UploadedNpmPackage)
public UploadedNpmPackage(UploadedNpmPackage other)
Parameter | |
---|---|
Name | Description |
other | UploadedNpmPackage |
Properties
FileHashes
public FileHashes FileHashes { get; set; }
Hash types and values of the npm package.
Property Value | |
---|---|
Type | Description |
FileHashes |
PushTiming
public TimeSpan PushTiming { get; set; }
Output only. Stores timing information for pushing the specified artifact.
Property Value | |
---|---|
Type | Description |
TimeSpan |
Uri
public string Uri { get; set; }
URI of the uploaded npm package.
Property Value | |
---|---|
Type | Description |
string |