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 Cloud Build v1 API, specifically for version 2.9.0 and other versions ranging from 1.0.0 to 2.15.0."],["`Artifacts.Types.NpmPackage` represents an Npm package to be uploaded to Artifact Registry after all build steps are successfully completed."],["The `NpmPackage` class offers properties like `PackagePath`, which indicates the path to the package.json file, and `Repository`, which specifies the Artifact Registry repository location."],["The page details that the `NpmPackage` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The documentation includes constructors for the `NpmPackage` class and a list of inherited members, such as `GetHashCode`, `GetType`, and `ToString`, from the base `object` class."]]],[]]