public sealed class Artifacts.Types.NpmPackage : IMessage<Artifacts.Types.NpmPackage>, IEquatable<Artifacts.Types.NpmPackage>, IDeepCloneable<Artifacts.Types.NpmPackage>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class Artifacts.Types.NpmPackage.
Npm package to upload to Artifact Registry upon successful completion
of all build steps.
[[["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-04-09 UTC."],[[["This document provides reference documentation for the `Artifacts.Types.NpmPackage` class within the Cloud Build v1 API, specifically for the .NET environment, with the current version being 2.10.0."],["The `NpmPackage` class represents an npm package that will be uploaded to Artifact Registry upon successful completion of all build steps."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each pertaining to handling the NPM package."],["The `NpmPackage` class has properties `PackagePath` (path to the package.json) and `Repository` (Artifact Registry repository location), that will be used when uploading the NPM package."],["The documentation includes links to previous versions of the `NpmPackage` documentation all the way back to version 1.0.0, and as current as 2.15.0, indicating the history of development of this class."]]],[]]