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 page provides documentation for the `Artifacts.Types.NpmPackage` class within the Google Cloud Build v1 API, specifically for uploading npm packages to Artifact Registry."],["The latest version of the documentation available is for version 2.15.0, with a range of older versions available, spanning from 2.14.0 down to 1.0.0, for different releases of the API."],["The `NpmPackage` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities related to message handling and cloning."],["The `NpmPackage` class includes properties such as `PackagePath`, specifying the location of the package.json, and `Repository`, defining the Artifact Registry location for package uploads."],["The documentation includes details about the constructors `NpmPackage()` and `NpmPackage(Artifacts.Types.NpmPackage other)`, providing options for creating instances of this class."]]],[]]