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 the .NET environment, detailing its role in uploading npm packages to Artifact Registry."],["The `Artifacts.Types.NpmPackage` class is implemented using various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the `Google.Protobuf` namespace."],["The documentation outlines the class's inheritance from the base `object` class, highlighting inherited methods like `GetHashCode`, `GetType`, and `ToString`."],["The `NpmPackage` class contains properties such as `PackagePath` which is a `string` representing the path to the package.json, and `Repository` also a `string` that specifies the Artifact Registry repository location."],["The information available covers versions ranging from 1.0.0 up to the latest 2.15.0, which are all under the `Google.Cloud.CloudBuild.V1` namespace."]]],[]]