NpmPackage(mapping=None, *, ignore_unknown_fields=False, **kwargs)
NpmPackage represents an npm artifact.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. registry_location, project_id, 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 project_id, "test-repo" is the repository_name and npm_test:1.0.0" is the npm package. |
package_name |
str
Package for the artifact. |
version |
str
Version of this package. |
tags |
MutableSequence[str]
Tags attached to this package. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time the package was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time the package was updated. |