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 documentation for the `Artifacts.Types.NpmPackage` class within the Google Cloud Build v1 API, specifically for .NET development."],["The `NpmPackage` class is used to specify npm packages that should be uploaded to Artifact Registry after a successful build, allowing developers to manage their npm package artifacts within Google Cloud."],["The page lists the availability of different versions of the Cloud Build v1 API, from version 1.0.0 up to the latest version 2.15.0."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows you to specify the `PackagePath` to the package.json and the `Repository` to where the package will be uploaded."]]],[]]