Required. registry_location, projectId, repository_name and npm_package forms a unique package For example, "projects/test-project/locations/us-west4/repositories/test-repo/npmPackages/ npm_test:1.0.0", where "us-west4" is the registry_location, "test-project" is the projectId, "test-repo" is the repository_name and npm_test:1.0.0" is the npm package.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
[[["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 2024-07-17 UTC."],[[["NpmPackage represents an npm artifact and provides details such as its name, package name, version, and associated tags."],["The JSON representation of an NpmPackage includes fields like name, packageName, version, tags, createTime, and updateTime."],["Each NpmPackage is uniquely identified by a combination of the registry location, project ID, repository name, and the npm package details."],["The `createTime` and `updateTime` fields are timestamps indicating when the package was created and last updated, respectively."],["The API offers methods to retrieve a specific npm package using `get` and list multiple packages using `list`."]]],[]]