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 document provides reference documentation for the `Artifacts.Types.NpmPackage` class within the Cloud Build v1 API, specifically for the .NET environment, with the latest version being 2.15.0."],["The `NpmPackage` class is used to define an npm package that will be uploaded to the Artifact Registry upon the successful completion of all build steps."],["The `NpmPackage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, `NpmPackage()` and `NpmPackage(Artifacts.Types.NpmPackage other)`, and contains two properties: `PackagePath` (the path to package.json) and `Repository` (the Artifact Registry repository location)."],["This reference material provides a breakdown of all versions of the `Artifacts.Types.NpmPackage` class, ranging from 1.0.0 all the way up to the latest version."]]],[]]