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-03-21 UTC."],[[["This webpage provides reference documentation for the `Artifacts.Types.NpmPackage` class within the Google Cloud Build v1 API, specifically detailing its use for managing npm packages uploaded to Artifact Registry."],["The latest version documented is 2.15.0, with a historical overview that includes versions ranging from 1.0.0 to 2.15.0 for this class, which is available within the context of version 2.7.0."],["`Artifacts.Types.NpmPackage` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to function as a part of the broader Google Protobuf framework and detailing how to handle Npm packages."],["The class `Artifacts.Types.NpmPackage` has two constructors, one default and one that accepts another `Artifacts.Types.NpmPackage` instance for easy duplication."],["The class has properties that include `PackagePath` which is a string containing the path to the package.json file, and `Repository`, which specifies the Artifact Registry repository where the npm package will be uploaded."]]],[]]